Test Setup Failed
Branch main (6a9b82)
by huang
02:28
created
Category
src/Xmly/Util.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     public static function randomString($length = 11)
36 36
     {
37 37
         $str = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890';
38
-        $randStr = str_shuffle(str_repeat($str, $length));//打乱字符串
38
+        $randStr = str_shuffle(str_repeat($str, $length)); //打乱字符串
39 39
         return substr($randStr, 0, $length);
40 40
     }
41 41
 
Please login to merge, or discard this patch.