Revert "Use long parameters for better readibility"

This reverts commit 826482b4c6.

Long params unfortunately do not work with PHP 5.3.
This commit is contained in:
Michal Čihař 2014-03-26 18:04:02 +01:00
parent 81345e9b53
commit c3d43299ca

View File

@ -137,7 +137,7 @@
<target name="lint" description="Perform syntax check of sourcecode files">
<apply executable="php" failonerror="true">
<arg value="--syntax-check --file" />
<arg value="-l" />
<fileset dir="${basedir}">
<include name="libraries/**/*.php" />