diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index 9376f95143..c685a6f516 100644 --- a/build/build.xml +++ b/build/build.xml @@ -88,14 +88,14 @@ --ignore=phpBB/phpbb/* --ignore=phpBB/vendor/* phpBB" - dir="." passthru="true" /> + dir="." checkreturn="true" passthru="true" /> <exec command="phpBB/vendor/bin/phpcs -s --extensions=php --standard=build/code_sniffer/ruleset-php-strict.xml --ignore=phpBB/phpbb/db/migration/data/v30x/* phpBB/phpbb" - dir="." passthru="true" /> + dir="." checkreturn="true" passthru="true" /> </target> <target name="docs"> |