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
[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>