Completed
Push — master ( 86267b...90a194 )
by Yanick
03:04
created
src/Controller/TaskRunnerController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -424,7 +424,7 @@
 block discarded – undo
424 424
      * Convert a task to an array.
425 425
      *
426 426
      * @param Task $task
427
-     * @param null $outputOffset
427
+     * @param integer|null $outputOffset
428 428
      *
429 429
      * @return array
430 430
      */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     public function getTasksAction()
86 86
     {
87 87
         $tasks = [];
88
-        $list   = $this->getTensideTasks();
88
+        $list = $this->getTensideTasks();
89 89
         foreach ($list->getIds() as $taskId) {
90 90
             $tasks[$taskId] = $this->convertTaskToArray($list->getTask($taskId));
91 91
         }
Please login to merge, or discard this patch.