From 37a30fb89edc85cfbe8c1bfd3c2734e1ee83f983 Mon Sep 17 00:00:00 2001 From: Ghost Walker <100309290+GhostWalkers@users.noreply.github.com> Date: Thu, 25 Aug 2022 19:19:06 +0300 Subject: [PATCH] small edit --- src/Reflection/ReflectionValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reflection/ReflectionValue.php b/src/Reflection/ReflectionValue.php index f4587e9..9ac3be5 100644 --- a/src/Reflection/ReflectionValue.php +++ b/src/Reflection/ReflectionValue.php @@ -126,7 +126,7 @@ class ReflectionValue implements ReferenceCountedInterface * * @param mixed $value Any value to be reflected */ - public function __construct($value) + public function __construct(mixed $value) { // Trick here is to look at internal structures and steal pointer to our value from current frame $selfExecutionState = Core::$executor->getExecutionState();