Skip to content

Commit

Permalink
Fix phpcs check command
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Dec 17, 2024
1 parent 2a8bbfb commit 11c8c48
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 @@ -54,7 +54,7 @@
"linter:check": "phpstan analyse --configuration phpstan.neon",
"linter:baseline": "@linter:check -- --generate-baseline",
"phpcs": "@phpcs:check",
"phpcs:check": "@phpcs:fix -- --dry-run",
"phpcs:check": "@phpcs:fix --dry-run",
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
},
"extra": {
Expand Down

0 comments on commit 11c8c48

Please sign in to comment.