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.
2 parents c437d93 + 803bbb9 commit 90c70b8Copy full SHA for 90c70b8
.gitignore
@@ -6,3 +6,4 @@ coverage
6
.project
7
.settings
8
composer.lock
9
+docs-api
.travis.yml
@@ -21,5 +21,5 @@ install:
21
22
script:
23
- cd docs && make linkcheck && cd ..
24
- - vendor/bin/phpdoc.php -d src -t docs-api
+ - vendor/bin/phpdoc -d src -t docs-api
25
- vendor/bin/phpunit --coverage-text
0 commit comments