Completed
Push — master ( 0f7ea0...a22879 )
by Alexander
04:08
created
src/Client/Parser/Parser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
70 70
                     }
71 71
                     $this->documentManager->insert($collection, $document);
72 72
                     $output .= "Inserted document in the $collection collection.\n";
73
-                }
74
-                catch (Exception $exception) {
73
+                } catch (Exception $exception) {
75 74
                     $output .= "Error: ".$exception->getMessage()."\n";
76 75
                 }
77 76
                 break;
Please login to merge, or discard this patch.