Skip to content

Commit e762703

Browse files
committed
Updating phpdoc target
1 parent fbaa6b0 commit e762703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</target>
3333

3434
<target name="phpdoc" description="Generate API documentation using phpDocumentor">
35-
<exec executable="vendor/bin/phpdoc.php" />
35+
<exec executable="vendor/bin/phpdoc" />
3636
</target>
3737

3838
<target name="composervalidate" description="Perform validation of composer.json files.">

0 commit comments

Comments
 (0)