summaryrefslogtreecommitdiffstats
path: root/command
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 21:53:11 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 21:53:11 +0100
commit4ee93da76cc40c39ebbd494b979d4217857b32dc (patch)
tree4203e07d85e8d7632b32961d1be504c16b2f2ae5 /command
parent169ff3f3aa34382ae576ce2468b1961a203b49d7 (diff)
more style fixes
Diffstat (limited to 'command')
-rw-r--r--command/generatesearchindices.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/command/generatesearchindices.php b/command/generatesearchindices.php
index e19782d89..4bc41d04b 100644
--- a/command/generatesearchindices.php
+++ b/command/generatesearchindices.php
@@ -34,7 +34,9 @@ class GenerateSearchIndices extends Command {
}
protected function execute(InputInterface $input, OutputInterface $output) {
- $output->writeln("\nCreating search indices, this could take a while...\n");
+ $output->writeln(
+ "\nCreating search indices, this could take a while...\n"
+ );
$progressbar = function ($steps) use ($output) {
return new ProgressBar($output, $steps);
};