Skip to content

Commit

Permalink
Merge pull request #34 from jamisonbryant/jamisonbryant-patch-1
Browse files Browse the repository at this point in the history
Add PHP attrib to suppress return type deprecation
  • Loading branch information
adbario committed Aug 25, 2022
2 parents 39ece8d + 9418471 commit 3bfe678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dot.php
Expand Up @@ -600,6 +600,7 @@ public function getIterator()
*
* @return array
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->items;
Expand Down

0 comments on commit 3bfe678

Please sign in to comment.