1 parent c61c8cc commit 549c9afCopy full SHA for 549c9af
1 file changed
build.xml
@@ -130,8 +130,7 @@
130
</target>
131
132
<target name="lint" description="Perform syntax check of sourcecode files">
133
- <mkdir dir="${basedir}/build"/>
134
- <apply executable="php" failonerror="true" logError="true" output="${basedir}/build/php-lint.log">
+ <apply executable="php" failonerror="true">
135
<arg value="-l" />
136
137
<fileset dir="${basedir}">
0 commit comments