Skip to content

Commit

Permalink
Remove explicitly defined config file -> it is automatically found
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Lösken committed May 12, 2021
1 parent aca2b91 commit 32d8e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"scripts": {
"test:unit": "phpunit --colors=always --verbose",
"lint:check": "php-cs-fixer fix -v --config=.php_cs.dist --using-cache=no --dry-run",
"lint:fix": "php-cs-fixer fix -v --config=.php_cs.dist --using-cache=no"
"lint:check": "php-cs-fixer fix -v --using-cache=no --dry-run",
"lint:fix": "php-cs-fixer fix -v --using-cache=no"
}
}

0 comments on commit 32d8e75

Please sign in to comment.