From 9418471c35bc6accc13f53e966877c53f7068d69 Mon Sep 17 00:00:00 2001 From: Jamison Bryant Date: Thu, 25 Aug 2022 15:43:01 -0400 Subject: [PATCH] Add PHP attrib to suppress return type deprecation --- src/Dot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dot.php b/src/Dot.php index 34cb4f6..115c340 100644 --- a/src/Dot.php +++ b/src/Dot.php @@ -600,6 +600,7 @@ public function getIterator() * * @return array */ + #[\ReturnTypeWillChange] public function jsonSerialize() { return $this->items;