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 #58443 Various CS fix for consistency (alexandre-daubois)
This PR was merged into the 7.2 branch.
Discussion
----------
Various CS fix for consistency
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
A few fixes to match the rest of the codebase:
- Remove useless `else` branches (as done in symfony/symfony#57897)
- Instantiating anonymous classes should not be followed by parentheses
- An attribute without args should not be followed by parentheses
Commits
-------
75582694ec Various CS fix for consistency
0 commit comments