Completed
Push — master ( 84f800...507a89 )
by Derek Stephen
01:31
created
src/Field/Captcha/FigletCaptcha.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,9 +73,9 @@
 block discarded – undo
73 73
     {
74 74
         $word = '';
75 75
 
76
-         for ($x = 0; $x < $this->length; $x ++) {
77
-             $word .= chr(rand(97, 122));
78
-         }
76
+            for ($x = 0; $x < $this->length; $x ++) {
77
+                $word .= chr(rand(97, 122));
78
+            }
79 79
 
80 80
         return $word;
81 81
     }
Please login to merge, or discard this patch.