Passed
Branch master (969cb7)
by Volodymyr
02:14
created
src/Anticaptcha/Anticaptcha.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,9 @@
 block discarded – undo
156 156
     }
157 157
     
158 158
     public function debout($message, $color = "white") {
159
-        if (!$this->verboseMode) return false;
159
+        if (!$this->verboseMode) {
160
+            return false;
161
+        }
160 162
         if ($color != "white" and $color != "") {
161 163
             $CLIcolors = array(
162 164
                 "cyan" => "0;36",
Please login to merge, or discard this patch.