Completed
Pull Request — master (#106)
by
unknown
02:20
created
src/Models/Task.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,9 +103,9 @@
 block discarded – undo
103 103
      */
104 104
     public function apiListItem($taskId, $url = '/api/v4/tasks/', $parameters = [], $modified = null)
105 105
     {
106
-        $response = $this->getRequest($url.$taskId, $parameters, $modified);
106
+        $response = $this->getRequest($url . $taskId, $parameters, $modified);
107 107
         
108
-        return $response ? : [];
108
+        return $response ?: [];
109 109
     }
110 110
     
111 111
     /**
Please login to merge, or discard this patch.