Browse code

update codingstyle checks to PER and php 8.2

Hanno Böck authored on 01/12/2022 14:54:07
Showing 1 changed files
... ...
@@ -7,6 +7,6 @@ surl=$(curl -s https://api.github.com/repos/fabpot/local-php-security-checker/re
7 7
 [ -e php-cs-fixer ] || curl -L https://cs.symfony.com/download/php-cs-fixer-v3.phar >php-cs-fixer
8 8
 chmod +x local-php-security-checker php-cs-fixer
9 9
 
10
-./php-cs-fixer fix --rules @PSR12,@PHP81Migration --dry-run --diff .
10
+./php-cs-fixer fix --rules @PER,@PHP82Migration --dry-run --diff .
11 11
 
12 12
 ./local-php-security-checker