summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a>2011-04-21 18:11:32 +0000
committerarron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a>2011-04-21 18:11:32 +0000
commit075fd46c240da6cae5212811535be106c4581677 (patch)
treec9e81ca8cea0b08c9eb9426950f546e965527030
parent499783822488366098ff9bf1ad878d9b2372df85 (diff)
downloadphp-ssrs-075fd46c240da6cae5212811535be106c4581677.zip
php-ssrs-075fd46c240da6cae5212811535be106c4581677.tar.gz
php-ssrs-075fd46c240da6cae5212811535be106c4581677.tar.bz2
Check against Iw coding standards
-rwxr-xr-xbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e863e18..4b27678 100755
--- a/build.xml
+++ b/build.xml
@@ -49,7 +49,7 @@
<!-- PHP CodeSniffer -->
<target name="phpcs">
<echo msg="PHP CodeSniffer..." />
- <exec command="phpcs --tab-width=4 --extensions=php --standard=PHPCS --report=checkstyle '${ws}/source' > '${builddir}/logs/checkstyle.xml'" escape="false" />
+ <exec command="phpcs --tab-width=4 --extensions=php --standard=Iw --report=checkstyle '${ws}/source' > '${builddir}/logs/checkstyle.xml'" escape="false" />
</target>
<!-- Unit Tests & coverage analysis -->