diff options
Diffstat (limited to 'core/command/app/checkcode.php')
-rw-r--r-- | core/command/app/checkcode.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/command/app/checkcode.php b/core/command/app/checkcode.php index 6d10714d410..9e5514429ff 100644 --- a/core/command/app/checkcode.php +++ b/core/command/app/checkcode.php @@ -73,6 +73,7 @@ class CheckCode extends Command { $output->writeln('<info>App is compliant - awesome job!</info>'); } else { $output->writeln('<error>App is not compliant</error>'); + return 1; } } } |