Skip to content

Commit ca506e7

Browse files
committed
PHPdocumentor fix.
1 parent 2cfdde1 commit ca506e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"stan": ["./vendor/bin/phpstan analyse -l 9 src"],
6969
"phpdoc": [
7070
"export COMPOSER_PROCESS_TIMEOUT=9000",
71-
"vendor/bin/phpdoc -d ./src -v"
71+
"vendor/bin/phpdoc -d ./src --visibility=public -v"
7272
]
7373
}
7474
}

0 commit comments

Comments
 (0)