From da9c264637b037303f57d858d6b34753935dccc0 Mon Sep 17 00:00:00 2001 From: Ivan Fedorov Date: Mon, 26 Aug 2024 13:24:26 +0200 Subject: [PATCH] Fix ReflectionProperty::IS_READONLY value --- Reflection/ReflectionProperty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reflection/ReflectionProperty.php b/Reflection/ReflectionProperty.php index 021b74a38..c9c8ffe6c 100644 --- a/Reflection/ReflectionProperty.php +++ b/Reflection/ReflectionProperty.php @@ -65,7 +65,7 @@ class ReflectionProperty implements Reflector /** * @since 8.1 */ - public const IS_READONLY = 5; + public const IS_READONLY = 128; /** * Construct a ReflectionProperty object