Passed
Push — master ( 22a07e...1c3736 )
by Joe
02:33
created
src/Cpanel.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 		}
50 50
         $result = curl_exec($this->curl);
51 51
 		curl_close($this->curl);
52
-        if ($result == false) {
52
+        if ($result == FALSE) {
53 53
             error_log("cPanelLicensing::get failed: \"" . curl_error($this->curl) . "\"");
54 54
             return;
55 55
         }
Please login to merge, or discard this patch.