Test Failed
Pull Request — master (#22)
by
unknown
09:59
created
src/Queue/Driver/CMQClient.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         }
100 100
 
101 101
         if (!isset($_params['Nonce'])) {
102
-           $_params['Nonce'] = (int)(microtime(TRUE) * 1000) + rand(500000, 100000000);
102
+            $_params['Nonce'] = (int)(microtime(TRUE) * 1000) + rand(500000, 100000000);
103 103
         }
104 104
 
105 105
         if (!isset($_params['Timestamp'])) {
Please login to merge, or discard this patch.