summaryrefslogtreecommitdiffstats
path: root/lib/Command/CheckInstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/CheckInstall.php')
-rw-r--r--lib/Command/CheckInstall.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Command/CheckInstall.php b/lib/Command/CheckInstall.php
index d3396455..943a53b5 100644
--- a/lib/Command/CheckInstall.php
+++ b/lib/Command/CheckInstall.php
@@ -102,9 +102,9 @@ class CheckInstall extends Base {
return 0;
}
-// if ($this->checkPushApp($input, $output)) {
-// return;
-// }
+ // if ($this->checkPushApp($input, $output)) {
+ // return;
+ // }
$result = $this->checkService->checkInstallationStatus();
@@ -137,9 +137,9 @@ class CheckInstall extends Base {
}
// push was not implemented on 18
-// $wrapper = $this->pushService->testOnAccount($userId);
+ // $wrapper = $this->pushService->testOnAccount($userId);
-// $output->writeln(json_encode($wrapper, JSON_PRETTY_PRINT));
+ // $output->writeln(json_encode($wrapper, JSON_PRETTY_PRINT));
return true;
}