Skip to content

Commit

Permalink
- Fixed outdated path to our php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
swatty007 committed Sep 26, 2023
1 parent 00694ee commit 6492910
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 @@ -47,7 +47,7 @@
"test": "vendor/bin/phpunit",
"test-f": "vendor/bin/phpunit --filter",
"test-coverage": "vendor/bin/phpunit --coverage-html ./build/coverage",
"format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist",
"format": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php",
"smell": "vendor/bin/phpmd src/ html cleancode,naming --reportfile ./build/phpmd.html",
"metrics": "vendor/bin/phpmetrics --report-html=./build/metrics src/"
},
Expand Down

0 comments on commit 6492910

Please sign in to comment.