Passed
Push — master ( c7007b...6716c0 )
by Quim González
04:47
created
app/Task.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
             'name' => $this->name,
16 16
             'description' => $this->description,
17 17
             'user_id' => $this->user_id,
18
-            'completed' => $this->completed? true:false,
19
-            'created_at' => $this->created_at."",
20
-            'updated_at' => $this->updated_at."",
18
+            'completed' => $this->completed ? true:false,
19
+            'created_at' => $this->created_at . "",
20
+            'updated_at' => $this->updated_at . "",
21 21
         ];
22 22
     }
23 23
 }
Please login to merge, or discard this patch.