developeregrem/fewohbee

apply checkstyle

developeregrem opened this issue · 0 comments

Use php-cs-fixer to be conform with symfony check style and also update code to latest php 8/8.1 styles using the following rules:

php-cs-fixer fix src/ --rules=@Symfony,@PHP80Migration:risky --allow-risky=yes
php-cs-fixer fix src/ --rules=@PHP81Migration