Skip to content

Commit

Permalink
Remove phpdoc from default ant build
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 1, 2013
1 parent fbb73eb commit 1a17a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</target>

<target name="build" depends="update,generate"/>
<target name="generate" depends="clean,lint,phploc,pdepend,phpmd-ci,phpcs-ci,phpcpd,phpunit,phpcb,phpdoc"/>
<target name="generate" depends="clean,lint,phploc,pdepend,phpmd-ci,phpcs-ci,phpcpd,phpunit,phpcb"/>
<target name="update" depends="composer-update,composer-dumpautoload"/>
<target name="quick-build" depends="composer-dumpautoload,generate"/>
</project>

0 comments on commit 1a17a35

Please sign in to comment.