Skip to content

Commit f193534

Browse files
committed
FIXED : CI : Error with the generation of the PHPDoc
Deprecated: phpDocumentor2 should be run from the phpdoc file, not phpdoc.php in /home/travis/build/PHPOffice/PHPWord/vendor/phpdocumentor/phpdocumentor/bin/phpdoc.php on line 13 Refs : https://github.com/phpDocumentor/phpDocumentor2/blob/395af1d42a3fe8af7eedeea28e530ab2fdd2bd06/bin/phpdoc.php
1 parent 71b4ac9 commit f193534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ script:
5050
## PHPUnit
5151
- phpunit -c ./ --coverage-text --coverage-html ./build/coverage
5252
## PHPDocumentor
53-
- vendor/bin/phpdoc.php -q -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/*/*" --template="responsive-twig"
53+
- vendor/bin/phpdoc -q -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/*/*" --template="responsive-twig"
5454

5555
after_script:
5656
## PHPDocumentor

0 commit comments

Comments
 (0)