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 symfony#57950 Fix invalid phpdoc in ContainerBuilder (stof)
This PR was merged into the 6.4 branch.
Discussion
----------
Fix invalid phpdoc in ContainerBuilder
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | n/a
| License | MIT
Having the right type in phpdoc helps Psalm in our CI setup (all errors reported in https://github.com/symfony/symfony/actions/runs/10304849213/job/28524293972?pr=57948 are caused by this invalid type) and also makes it easier for contributors to understand that code.
Commits
-------
b35c26b Fix invalid phpdoc in ContainerBuilder
0 commit comments