Passed
Pull Request — master (#17)
by
unknown
02:42
created
src/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.