We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8334e6 commit c99059cCopy full SHA for c99059c
1 file changed
src/Utils/ArrayHash.php
@@ -79,8 +79,7 @@ public function offsetSet($key, $value): void
79
* @param array-key $key
80
* @return T
81
*/
82
- #[\ReturnTypeWillChange]
83
- public function offsetGet($key)
+ public function offsetGet($key): mixed
84
{
85
return $this->$key;
86
}
0 commit comments