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
Swept through the code and added typed parameters and return types where appropriate and updated tests accordingly, also got rid of some unnecessary type checking code. Also removed some php 5.6 - 7.1 poly-fill code. Will keep this issue open for a while just in case any other missed type-hinting opportunities are spotted and updated.
In a PHP 7.2+ version, go through all methods and remove type checking code (e.g. is_int checks) and replace with appropriately type-hinted params.
Also add return types to the interface.
The text was updated successfully, but these errors were encountered: