Skip to content

Commit

Permalink
Merge pull request #12 from basz/update-cs-headers
Browse files Browse the repository at this point in the history
remove docheader script
  • Loading branch information
prolic authored Nov 13, 2018
2 parents c33042a + e4808be commit 36ebb10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@
"scripts": {
"check": [
"@cs",
"@test",
"@docheader"
"@test"
],
"cs": "php-cs-fixer fix -v --diff --dry-run",
"cs-fix": "php-cs-fixer fix -v --diff",
"docheader": "docheader check src/ tests/",
"test": "phpunit"
}
}

0 comments on commit 36ebb10

Please sign in to comment.