From 36b6cc5d21cff3968a7cf47f996606b6c28c3405 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 18 Feb 2024 18:41:28 +0700 Subject: [PATCH] Fix return type --- src/ReflectionProperty.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReflectionProperty.php b/src/ReflectionProperty.php index dbd4a010..f8f44677 100644 --- a/src/ReflectionProperty.php +++ b/src/ReflectionProperty.php @@ -191,6 +191,7 @@ public function getName(): string /** * @inheritDoc */ + #[\ReturnTypeWillChange] public function getValue($object = null) { if (!isset($object)) {