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