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
{{ message }}
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
Now that we no longer support PHP 5 we can adopt scalar type hints and return types for our interfaces and protected methods.
Since changing interface signatures is a B/C break we should do this before we release a beta version.
I don't think it is necessary to perform this task in a single PR because of our large number of interfaces. It's OK to spread this over a number of PRs that cover a few interfaces/classes each. That would make it easy to review + merge.
The text was updated successfully, but these errors were encountered:
Now that we no longer support PHP 5 we can adopt scalar type hints and return types for our interfaces and protected methods.
Since changing interface signatures is a B/C break we should do this before we release a beta version.
I don't think it is necessary to perform this task in a single PR because of our large number of interfaces. It's OK to spread this over a number of PRs that cover a few interfaces/classes each. That would make it easy to review + merge.
The text was updated successfully, but these errors were encountered: