We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 394edf4 + 14032f3 commit a557390Copy full SHA for a557390
1 file changed
src/DotArray.php
@@ -289,6 +289,7 @@ public function offsetExists($key)
289
* @param int|string $key
290
* @return mixed
291
*/
292
+ #[\ReturnTypeWillChange]
293
public function offsetGet($key)
294
{
295
return $this->get($key);
@@ -356,6 +357,7 @@ public function getIterator()
356
357
*
358
* @return array
359
360
361
public function jsonSerialize()
362
363
return $this->_ITEMS;
0 commit comments