Passed
Push — master ( 6b1985...b4fa7d )
by Artem
35:27
created
src/Amadeus/Client/Util/SomewhatRandomGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.