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#24650 Fix phpdoc and unnecessary sprintf (TysonAndre)
This PR was merged into the 3.4 branch.
Discussion
----------
Fix phpdoc and unnecessary sprintf
(detected by static analysis)
`%1$::`: is not a format string, it should be `%1$s::`
Simplify no-op sprintf.
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | no
| New feature? |no
| BC breaks? | no
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
| Tests pass? |
| Fixed tickets |
| License | MIT
| Doc PR |
Commits
-------
e64baf5 Fix phpdoc and unnecessary sprintf
0 commit comments