Skip to content

Commit 2d12af3

Browse files
committed
Internal: Remove return type mixed
The mixed return type is available from php8.0
1 parent d617e04 commit 2d12af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/system/session.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function offsetExists($offset): bool
138138
#if PHP_VERSION_ID >= 80000
139139
#[\ReturnTypeWillChange]
140140
#endif
141-
public function offsetGet($offset): mixed
141+
public function offsetGet($offset)
142142
{
143143
return self::read($offset);
144144
}

0 commit comments

Comments
 (0)