Skip to content

Commit

Permalink
Fix ReflectionProperty::IS_READONLY value
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Aug 26, 2024
1 parent 3c66fac commit da9c264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da9c264

Please sign in to comment.