Skip to content

Commit 3bfe678

Browse files
authored
Merge pull request #34 from jamisonbryant/jamisonbryant-patch-1
Add PHP attrib to suppress return type deprecation
2 parents 39ece8d + 9418471 commit 3bfe678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dot.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ public function getIterator()
600600
*
601601
* @return array
602602
*/
603+
#[\ReturnTypeWillChange]
603604
public function jsonSerialize()
604605
{
605606
return $this->items;

0 commit comments

Comments
 (0)