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 2cfdde1 commit ca506e7Copy full SHA for ca506e7
composer.json
@@ -68,7 +68,7 @@
68
"stan": ["./vendor/bin/phpstan analyse -l 9 src"],
69
"phpdoc": [
70
"export COMPOSER_PROCESS_TIMEOUT=9000",
71
- "vendor/bin/phpdoc -d ./src -v"
+ "vendor/bin/phpdoc -d ./src --visibility=public -v"
72
]
73
}
74
0 commit comments