Commit 8ec5562
[BUGFIX] Avoid yoda-style conditions in PHP (#31)
* [BUGFIX] Avoid yoda-style conditions in PHP
This commit streamlines the PHP-CS-Fixer rules with TYPO3/typo3@0fb53e0
which added configuration to disable yoda-style conditions.
* Fix rules count
Co-authored-by: Simon Gilli <25326036+gilbertsoft@users.noreply.github.com>1 parent 1c6187a commit 8ec5562
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments