Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-03-26 21:04:02 +0400
committerMichal Čihař <michal@cihar.com>2014-03-26 21:04:02 +0400
commitc3d43299ca45c926125fd400dcf7140de10fb857 (patch)
treed8c0a00215b9cc311989486da5c6a4f25ab08527 /build.xml
parent81345e9b5390ecdbb6962d81a7ab6f643af54d12 (diff)
Revert "Use long parameters for better readibility"
This reverts commit 826482b4c6ae0bf207693a761e4a981938f07b46. Long params unfortunately do not work with PHP 5.3.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a8ea86a64c..0db12921a0 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />