@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @param string $class |
13 | 13 | */ |
14 | - function ($class) { |
|
14 | + function($class) { |
|
15 | 15 | $prefixes = array( |
16 | 16 | 'DrillCoder\AmoCRM_Wrap\\' => array( |
17 | 17 | __DIR__ . '/src', |
@@ -88,7 +88,7 @@ |
||
88 | 88 | |
89 | 89 | $pathToCert = Config::getPathToPeerVerificationCert(); |
90 | 90 | |
91 | - if(!empty($pathToCert)) { |
|
91 | + if (!empty($pathToCert)) { |
|
92 | 92 | curl_setopt($curl, CURLOPT_CAINFO, $pathToCert); |
93 | 93 | } |
94 | 94 |