diff --git a/main/inc/lib/system/session.class.php b/main/inc/lib/system/session.class.php index 414312c4ca..a99b06e7e7 100755 --- a/main/inc/lib/system/session.class.php +++ b/main/inc/lib/system/session.class.php @@ -138,7 +138,7 @@ class Session implements \ArrayAccess #if PHP_VERSION_ID >= 80000 #[\ReturnTypeWillChange] #endif - public function offsetGet($offset): mixed + public function offsetGet($offset) { return self::read($offset); }