Completed
Push — master ( 5e8ba0...5ef40e )
by dotzero
10s
created
src/Models/Catalog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      * @param array $parameters Массив параметров к amoCRM API
36 36
      * @return array Ответ amoCRM API
37 37
      */
38
-    public function apiList($parameters=[])
38
+    public function apiList($parameters = [])
39 39
     {
40 40
         $response = $this->getRequest('/private/api/v2/json/catalogs/list', $parameters);
41 41
 
Please login to merge, or discard this patch.