Match upstream syntax

This commit is contained in:
Jellyfrog
2022-11-09 16:33:43 +01:00
parent e4ba3955c1
commit ab1a0bdbab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class ObjectCache implements ArrayAccess
* @return mixed
*/
#[\ReturnTypeWillChange]
public function offsetGet($obj)
public function offsetGet($obj): mixed
{
if (isset($this->data[$obj])) {
if (isset($this->data[$obj]['value'])) {