Completed
Push — dev ( 619916...3e2483 )
by Konstantin
9s
created
src/services/CatalogElementService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             $queryParams = array_merge($queryParams, $params);
50 50
         }
51 51
 
52
-        $link = $this->getLink().'?'.http_build_query($queryParams);
52
+        $link = $this->getLink() . '?' . http_build_query($queryParams);
53 53
 
54 54
         $this->request->performRequest($link, [], 'application/json', 'GET');
55 55
         $this->response = $this->request->getResponse();
Please login to merge, or discard this patch.