Completed
Push — master ( 0ee560...e81921 )
by Mark
02:23
created
app/Acme/Transformers/TaskTransformer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 
17 17
         return [
18 18
             'name' => $task['name'],
19
-            'some_bool' => (boolean)$task['done'],
20
-            'priority' => (int)$task['priority'],
19
+            'some_bool' => (boolean) $task['done'],
20
+            'priority' => (int) $task['priority'],
21 21
 
22 22
         ];
23 23
     }
Please login to merge, or discard this patch.