Completed
Pull Request — develop (#15)
by Narcotic
06:39 queued 04:17
created
src/Command/CoreImportCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
                 $this->getClient($input)->selectCollection($this->databaseName, $collectionName)->save($origDoc);
117 117
                 $output->writeln("<info>Imported <${file}> to <${collectionName}></info>");
118 118
             } catch (\Exception $e) {
119
-                $output->writeln("<error>Error in <${file}>: ".$e->getMessage()."</error>");
119
+                $output->writeln("<error>Error in <${file}>: " . $e->getMessage() . "</error>");
120 120
             }
121 121
         }
122 122
     }
Please login to merge, or discard this patch.