Skip to content

Commit 36ebb10

Browse files
authored
Merge pull request #12 from basz/update-cs-headers
remove docheader script
2 parents c33042a + e4808be commit 36ebb10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@
6161
"scripts": {
6262
"check": [
6363
"@cs",
64-
"@test",
65-
"@docheader"
64+
"@test"
6665
],
6766
"cs": "php-cs-fixer fix -v --diff --dry-run",
6867
"cs-fix": "php-cs-fixer fix -v --diff",
69-
"docheader": "docheader check src/ tests/",
7068
"test": "phpunit"
7169
}
7270
}

0 commit comments

Comments
 (0)