Passed
Push — master ( 71ae82...635e25 )
by Cristiano
07:10
created
Category
src/utils/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.