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
minor #118 Add native types where possible (derrabus)
This PR was merged into the 2.2-dev branch.
Discussion
----------
Add native types where possible
This PR improves the typing throughout the codebase:
* Native types are added where possible without a BC break
* PHPDoc``@return`` annotations have been added to prevent deprecations triggered by ErrorHandler
* More PHPDoc has been added where a native type cannot be set as long as we support PHP 7.2.
* PHPUnit data providers have been declared `static`.
Commits
-------
4fd4323 Add native types where possible
0 commit comments