Hanno Böck commited on 2023-11-24 08:38:00
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -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 @PER,@PHP82Migration --dry-run --diff . |
|
10 |
+./php-cs-fixer fix --rules @PER,@PHP83Migration --dry-run --diff . |
|
11 | 11 |
|
12 | 12 |
./local-php-security-checker |
13 | 13 |