Skip to content

Commit

Permalink
Dbg Windows CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
b-viguier committed Aug 18, 2024
1 parent 0d0f44c commit 06f05f9
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 @@ -33,7 +33,7 @@
"siglot:phpstan": "phpstan analyse -v --memory-limit 1G",
"siglot:phpunit": "phpunit",
"siglot:cs-fixer": "php-cs-fixer check",
"siglot:cs-fixer:fix": "php-cs-fixer fix",
"siglot:cs-fixer:fix": "php-cs-fixer fix -v",
"siglot:local-ci": [
"@siglot:phpstan",
"@siglot:phpunit",
Expand Down

0 comments on commit 06f05f9

Please sign in to comment.