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
PHP 8.1 adds support for the final modifier on constants, forbidding child classes from overriding that constant. It would be great to support the @final annotation on constants in DebugClassLoader, in a similar way that it is supported on methods right now (be careful that interfaces can also define final constants, unlike final methods)