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
feature #963 add return types for symfony 6 (jrushlow)
This PR was squashed before being merged into the 1.0-dev branch.
Discussion
----------
add return types for symfony 6
- adds return types required to support Symfony 6
Also implements return types in other areas of the bundle as well.
Methodology:
- `internal` xor `final` classes return types added on all methods where possible
- All other classes, deprecation(s) to be added under a separate PR for methods that do not have a return type. return types to be added in the next major release.
Commits
-------
2c0ad1e add return types for symfony 6
0 commit comments