Skip to content

Commit

Permalink
enable php84 migration rules in php-cs-fixer check
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Sep 29, 2024
1 parent 155ed7b commit 16c67e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkcodingstyle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ surl=$(curl -s https://api.github.com/repos/fabpot/local-php-security-checker/re
[ -e php-cs-fixer ] || curl -L https://cs.symfony.com/download/php-cs-fixer-v3.phar >php-cs-fixer
chmod +x local-php-security-checker php-cs-fixer

./php-cs-fixer fix --rules @PER,@PHP83Migration --dry-run --diff .
./php-cs-fixer fix --rules @PER,@PHP84Migration --dry-run --diff .

./local-php-security-checker

0 comments on commit 16c67e1

Please sign in to comment.