Passed
Push — master ( 6498f8...9717d5 )
by Darko
09:46
created
app/Rules/TurnstileRule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
             return;
20 20
         }
21 21
 
22
-        if (! TurnstileService::verify($value)) {
22
+        if (!TurnstileService::verify($value)) {
23 23
             $fail('The captcha verification failed. Please try again.');
24 24
         }
25 25
     }
Please login to merge, or discard this patch.