Completed
Push — master ( 60253b...65f23f )
by Quim González
03:55 queued 27s
created
app/Console/Commands/DestroyTaskCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,11 +45,11 @@
 block discarded – undo
45 45
 
46 46
 
47 47
         } catch (Exception $e) {
48
-            $this->error('error'.$e);
48
+            $this->error('error' . $e);
49 49
         }
50 50
         if ($count == 0) {
51 51
             $this->alert('Task does not exist');
52
-        } else {
52
+        }else {
53 53
             $this->info('Task has been deleted to database succesfully');
54 54
         }
55 55
     }
Please login to merge, or discard this patch.