Skip to content

Commit

Permalink
Fixed build.xml error
Browse files Browse the repository at this point in the history
  • Loading branch information
basdenooijer committed Mar 24, 2012
1 parent 1c1418c commit e28de90
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 @@ -57,7 +57,7 @@ you could also write the switches here)
<!-- Generate checkstyle.xml -->
<target name="phpcs">
<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>
</target>

Expand Down

0 comments on commit e28de90

Please sign in to comment.