Completed
Push — master ( f4777b...8759a6 )
by German Galià
13:18
created
app/Acme/Transformers/TaskTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         return [
15 15
             'name' => $task['name'],
16 16
             'some_bool' => (boolean) $task['done'],
17
-            'priority' => (int)$task['priority'],
17
+            'priority' => (int) $task['priority'],
18 18
         ];
19 19
     }
20 20
 }
21 21
\ No newline at end of file
Please login to merge, or discard this patch.
app/Http/Controllers/TagController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
 use Illuminate\Http\Response as IlluminateResponse;
8 8
 use Illuminate\Support\Facades\Input;
9 9
 /**
10
- * Class TagController
11
- * @package App\Http\Controllers
12
- */
10
+     * Class TagController
11
+     * @package App\Http\Controllers
12
+     */
13 13
 class TagController extends ApiController
14 14
 {
15 15
     /**
Please login to merge, or discard this patch.