Passed
Pull Request — master (#79)
by
unknown
03:09
created
app/Http/Controllers/Auth/RegisterController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         if (!config('settings.reCaptchStatus')) {
60 60
             $data['captcha'] = true;
61 61
         }
62
-        else{
62
+        else {
63 63
             $data['captcha'] = $this->captchaCheck();
64 64
         }
65 65
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
58 58
     {
59 59
         if (!config('settings.reCaptchStatus')) {
60 60
             $data['captcha'] = true;
61
-        }
62
-        else{
61
+        } else{
63 62
             $data['captcha'] = $this->captchaCheck();
64 63
         }
65 64
 
Please login to merge, or discard this patch.