Completed
Push — master ( 3a3485...5e6ace )
by Alexander
02:45
created
src/RandomStr.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
             '\mcrypt_create_iv', // need MCRypt
74 74
         ] as $fn) {
75 75
             if (function_exists($fn)) {
76
-               $this->rnd_fn = $fn;
77
-               break;
78
-           }   
76
+                $this->rnd_fn = $fn;
77
+                break;
78
+            }   
79 79
         }
80 80
         $this->setChars($init_charset, $utf8mode);
81 81
     }
Please login to merge, or discard this patch.