Skip to content

Commit

Permalink
Update php lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Sep 17, 2024
1 parent ec2a8dd commit 573cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@ci:php:stan"
],
"ci:php:cs-fixer": "php-cs-fixer fix --config ./Build/php-cs-fixer/php-cs-fixer.php -v --dry-run --diff",
"ci:php:lint": "parallel-lint *.php Classes Configuration Tests",
"ci:php:lint": "parallel-lint *.php Build Classes Configuration Tests",
"ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml",
"ci:php:sniff": "phpcs --standard=Build/phpcs/phpcs.xml Classes Configuration Tests",
"ci:php:stan": "phpstan --no-progress -v",
Expand Down

0 comments on commit 573cc0e

Please sign in to comment.