Use long parameters for better readibility

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-26 16:27:04 +01:00
parent 638f3be8af
commit 826482b4c6

View File

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