From 61ab7a33e27a7d14be88d1571beacdcbf2cbcdc8 Mon Sep 17 00:00:00 2001 From: Brad Dutton Date: Sat, 4 Jun 2022 13:06:23 -0700 Subject: [PATCH] fix tab --- system/core/Kohana_Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)