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 71b4ac9 commit f193534Copy full SHA for f193534
.travis.yml
@@ -50,7 +50,7 @@ script:
50
## PHPUnit
51
- phpunit -c ./ --coverage-text --coverage-html ./build/coverage
52
## PHPDocumentor
53
- - vendor/bin/phpdoc.php -q -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/*/*" --template="responsive-twig"
+ - vendor/bin/phpdoc -q -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/*/*" --template="responsive-twig"
54
55
after_script:
56
0 commit comments