|
@@ -80,8 +80,9 @@ |
|
80
|
80
|
return isset($this->{$this->collection_key}[$offset]); |
|
81
|
81
|
} |
|
82
|
82
|
|
|
83
|
83
|
/** @return mixed */ |
|
84
|
+ #[\ReturnTypeWillChange] |
|
84
|
85
|
public function offsetGet($offset) |
|
85
|
86
|
{ |
|
86
|
87
|
if (!is_numeric($offset)) { |
|
87
|
88
|
return parent::offsetGet($offset); |