Passed
Pull Request — master (#127)
by
unknown
03:07
created
src/Libraries/Validation/Rules/General.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         if (!empty($value)) {
74 74
             $recaptcha = new ReCaptcha(env('RECAPTCHA_SECRET_KEY'), new CurlPost());
75 75
 
76
-            if (!$recaptcha->verify($value)->isSuccess()){
76
+            if (!$recaptcha->verify($value)->isSuccess()) {
77 77
                 $this->addError($field, 'recaptcha', $param);
78 78
             }
79 79
         }
Please login to merge, or discard this patch.