@@ -42,7 +42,7 @@ |
||
| 42 | 42 | public static function generateSomewhatRandomString($length = 22) |
| 43 | 43 | { |
| 44 | 44 | $chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"; |
| 45 | - mt_srand((int)microtime(true) * 1000000); |
|
| 45 | + mt_srand((int) microtime(true) * 1000000); |
|
| 46 | 46 | $i = 0; |
| 47 | 47 | $somewhatRandom = ''; |
| 48 | 48 | |