Completed
Push — master ( 00cf4f...de116d )
by Nik
02:50
created
src/Search/Command/ReIndexCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
             if (is_array($searchResult) && $searchResult['MODULE'] == 'main')
63 63
             {
64 64
                 list(, $path) = explode("|", $searchResult["ID"], 2);
65
-                $output->writeln("\r       " . $path, OutputInterface::VERBOSITY_VERBOSE);
65
+                $output->writeln("\r       ".$path, OutputInterface::VERBOSITY_VERBOSE);
66 66
             }
67 67
         } while (is_array($searchResult));
68 68
 
Please login to merge, or discard this patch.