@@ -16,7 +16,7 @@ |
||
| 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 |