Skip to content

Commit d4beeb7

Browse files
committed
Update default package
1 parent bc090b7 commit d4beeb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
5858
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
5959
"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'"
60+
"phpdoc -q --defaultpackagename='FastForward\\Container' -d ./src/ -t public/ --title 'Fast Forward Container API' --visibility='public,protected'",
61+
"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'"
6262
],
6363
"mutation-testing": "infection --threads=4",
6464
"pre-commit": [

0 commit comments

Comments
 (0)