Completed
Push — master ( 919482...059413 )
by Pol
11:04
created
src/Plugin/MethodPluginBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
    * @return int
93 93
    */
94 94
   public function getRandomId() {
95
-    return mt_rand(1, 10^6);
95
+    return mt_rand(1, 10 ^ 6);
96 96
   }
97 97
 
98 98
   /**
Please login to merge, or discard this patch.