Completed
Push — master ( 911991...0a9dc2 )
by Yves
07:41
created
app/Acme/Transformers/TaskTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         return [
17 17
             'name' => $task['name'],
18 18
             'some_bool' => (boolean) $task['done'],
19
-            'priority' => (int)$task['priority'],
19
+            'priority' => (int) $task['priority'],
20 20
         ];
21 21
     }
22 22
 }
23 23
\ No newline at end of file
Please login to merge, or discard this patch.