Skip to content

Commit

Permalink
Fix also fix:php:sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Jul 18, 2024
1 parent adbfeca commit 3687fdf
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 @@ -173,7 +173,7 @@
"@fix:php:sniff"
],
"fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php",
"fix:php:sniff": "phpcbf Classes Configuration Tests",
"fix:php:sniff": "phpcbf --standard=Build/phpcs/phpcs.xml Classes Configuration Tests",
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline --allow-empty-baseline",
"prepare-release": [
"rm -rf .Build",
Expand Down

0 comments on commit 3687fdf

Please sign in to comment.