summaryrefslogtreecommitdiffstats
path: root/core/Command/Integrity/CheckCore.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Integrity/CheckCore.php')
-rw-r--r--core/Command/Integrity/CheckCore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Integrity/CheckCore.php b/core/Command/Integrity/CheckCore.php
index bebfbea560e..665e0079b44 100644
--- a/core/Command/Integrity/CheckCore.php
+++ b/core/Command/Integrity/CheckCore.php
@@ -61,7 +61,7 @@ class CheckCore extends Base {
protected function execute(InputInterface $input, OutputInterface $output) {
$result = $this->checker->verifyCoreSignature();
$this->writeArrayInOutputFormat($input, $output, $result);
- if (count($result)>0){
+ if (count($result)>0) {
return 1;
}
}