Commit f6312d3
committed
minor symfony#59471 chore: PHP CS Fixer fixes (keradus)
This PR was merged into the 7.3 branch.
Discussion
----------
chore: PHP CS Fixer fixes
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
PHP CS Fixer constantly complaining about having a class called `TestKernel` as only class in file that is _not_ called that way.
Maybe we can remove the class name in total, especially as it's test resource file, and other files in this folder already using anonymous classes?
Commits
-------
a900ca8 chore: PHP CS Fixer fixes1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
0 commit comments