Skip to content

Commit

Permalink
Update php lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski authored and oliverklee committed Jan 4, 2025
1 parent 1e2ce84 commit 283b6e5
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:rector": "rector --dry-run",
"ci:php:sniff": "phpcs --standard=Build/phpcs/phpcs.xml Classes Configuration Tests",
Expand Down

0 comments on commit 283b6e5

Please sign in to comment.