diff --git a/system/core/Kohana_Config.php b/system/core/Kohana_Config.php index 871271a2..fcb16b1c 100644 --- a/system/core/Kohana_Config.php +++ b/system/core/Kohana_Config.php @@ -306,7 +306,7 @@ class Kohana_Config_Core implements ArrayAccess { * @return bool * @access public */ - #[\ReturnTypeWillChange] + #[\ReturnTypeWillChange] public function offsetUnset($offset) { foreach ($this->drivers as $driver)