You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PHP 8.4 compatibility in ReflectionProperty getModifiers() method
- Add conditional handling for new PHP 8.4 asymmetric visibility constants
- Support IS_PRIVATE_SET and IS_PROTECTED_SET when available
- Maintain backward compatibility with older PHP versions
- Add placeholder methods for future parser support of asymmetric visibility
- Addresses test failures with getModifiers() method on PHP 8.4
Co-authored-by: lisachenko <[email protected]>
0 commit comments