Passed
Push — master ( 8f5718...d64128 )
by Quim González
03:29
created
app/Console/Commands/CreateTaskCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
             ]);
53 53
         } catch (Exception $e) {
54
-            $this->error('error'.$e);
54
+            $this->error('error' . $e);
55 55
         }
56 56
 
57 57
         $this->info('Task has been added to database succesfully');
Please login to merge, or discard this patch.