We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9718722 commit b11619eCopy full SHA for b11619e
composer.json
@@ -55,7 +55,7 @@
55
"scripts": {
56
"cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
57
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
58
- "docs": "vendor/bin/phpdoc.phar",
+ "docs": "phpdoc",
59
"mutation-testing": "infection --threads=4",
60
"pre-commit": [
61
"@cs-check",
0 commit comments