Completed
Push — master ( 4aedde...bae9ac )
by Denis
07:04 queued 04:28
created
src/classes/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         ];
83 83
 
84 84
         if ($this->fields) {
85
-            $params['fields'] = implode(',', (array) $this->fields);
85
+            $params['fields'] = implode(',', (array)$this->fields);
86 86
         }
87 87
 
88 88
         $response = $this->client->getResponse($this->getUrl(__FUNCTION__), $params);
Please login to merge, or discard this patch.