File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments