@@ -97,7 +97,7 @@ |
||
97 | 97 | CURLOPT_CAINFO => __DIR__ . "/../../ssl/ca-bundle.crt", |
98 | 98 | ] |
99 | 99 | ); |
100 | - if(PHP_VERSION_ID >= 80000){ |
|
100 | + if (PHP_VERSION_ID >= 80000) { |
|
101 | 101 | |
102 | 102 | $response = $this->executeCurl($curl); |
103 | 103 |