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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add some return type hints (#15)
This PR adds return type hints to resolve deprecation warnings issued by Symfony's DebugClassLoader in Symfony 5.4.
In places where we cannot reasonably rule out that methods have been overridden, only soft (docblock-based) types are added.
In case you have overwritten these methods, you should start adding _real_ return type declarations _now_.