Commit e28de900 authored by Bas de Nooijer's avatar Bas de Nooijer

Fixed build.xml error

parent 1c1418c2
...@@ -57,7 +57,7 @@ you could also write the switches here) ...@@ -57,7 +57,7 @@ you could also write the switches here)
<!-- Generate checkstyle.xml --> <!-- Generate checkstyle.xml -->
<target name="phpcs"> <target name="phpcs">
<exec executable="phpcs" output="/dev/null"> <exec executable="phpcs" output="/dev/null">
<arg line="--report=checkstyle --report-file=${basedir}/build/logs/checkstyle.xml --standard=Symfony2" /> <arg line="--report=checkstyle --report-file=${basedir}/build/logs/checkstyle.xml --standard=Symfony2 library" />
</exec> </exec>
</target> </target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment