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 fbaa6b0 commit e762703Copy full SHA for e762703
build.xml
@@ -32,7 +32,7 @@
32
</target>
33
34
<target name="phpdoc" description="Generate API documentation using phpDocumentor">
35
- <exec executable="vendor/bin/phpdoc.php" />
+ <exec executable="vendor/bin/phpdoc" />
36
37
38
<target name="composervalidate" description="Perform validation of composer.json files.">
0 commit comments