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 bc090b7 commit d4beeb7Copy full SHA for d4beeb7
1 file changed
composer.json
@@ -57,8 +57,8 @@
57
"cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
58
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
59
"docs": [
60
- "phpdoc -d ./src/ -t public/ --title 'Fast Forward Container API' --visibility='public,protected'",
61
- "phpdoc -d ./src/ -t docs/wiki --title 'Fast Forward Container API' --template='vendor/saggre/phpdocumentor-markdown/themes/markdown' --visibility='public,protected'"
+ "phpdoc -q --defaultpackagename='FastForward\\Container' -d ./src/ -t public/ --title 'Fast Forward Container API' --visibility='public,protected'",
+ "phpdoc -q --defaultpackagename='FastForward\\Container' -d ./src/ -t docs/wiki --title 'Fast Forward Container API' --template='vendor/saggre/phpdocumentor-markdown/themes/markdown' --visibility='public,protected'"
62
],
63
"mutation-testing": "infection --threads=4",
64
"pre-commit": [
0 commit comments