diff options
author | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-04-21 18:11:32 +0000 |
---|---|---|
committer | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-04-21 18:11:32 +0000 |
commit | 075fd46c240da6cae5212811535be106c4581677 (patch) | |
tree | c9e81ca8cea0b08c9eb9426950f546e965527030 | |
parent | 499783822488366098ff9bf1ad878d9b2372df85 (diff) | |
download | php-ssrs-075fd46c240da6cae5212811535be106c4581677.zip php-ssrs-075fd46c240da6cae5212811535be106c4581677.tar.gz php-ssrs-075fd46c240da6cae5212811535be106c4581677.tar.bz2 |
Check against Iw coding standards
-rwxr-xr-x | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --> |