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 #42735 [CI] Ensure that all possible @return are turned into native types (nicolas-grekas)
This PR was merged into the 6.0 branch.
Discussion
----------
[CI] Ensure that all possible ``@return`` are turned into native types
| Q | A
| ------------- | ---
| Branch? | 6.0
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | #40154
| License | MIT
| Doc PR | -
This PR is the final step to close the topic of return types for Symfony 6.
It replaces #42496 by *not* adding return types to the classes/interfaces that break cross-component deps.
It enforces that all ``@return`` from 5.4 are turned into native types in 6.0, with the known list of exceptions from #42496.
Commits
-------
2b5cd7a [CI] Ensure that all possible ``@return`` are turned into native types
0 commit comments