From c24402ebced91e7ada334e6e48ab119b494bacea Mon Sep 17 00:00:00 2001 From: ruben Date: Tue, 7 Dec 2021 16:47:26 +0000 Subject: [PATCH] fix: Internal method return types, php 8.1 tests compatibility --- src/Bridge/Scope.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bridge/Scope.php b/src/Bridge/Scope.php index 0ea899741..50aaf02b9 100644 --- a/src/Bridge/Scope.php +++ b/src/Bridge/Scope.php @@ -25,6 +25,7 @@ public function __construct($name) * * @return mixed */ + #[\ReturnTypeWillChange] public function jsonSerialize() { return $this->getIdentifier();