summaryrefslogtreecommitdiffstats
path: root/core/Command/Log/File.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Log/File.php')
-rw-r--r--core/Command/Log/File.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Log/File.php b/core/Command/Log/File.php
index df5e1ba53ab..2bf77224cd5 100644
--- a/core/Command/Log/File.php
+++ b/core/Command/Log/File.php
@@ -143,7 +143,7 @@ class File extends Command implements Completion\CompletionAwareInterface {
Completion::TYPE_OPTION
);
return $helper->run();
- } else if ($optionName === 'rotate-size') {
+ } elseif ($optionName === 'rotate-size') {
return [0];
}
return [];