Completed
Push — master ( 8aa2a1...1fe7aa )
by Bocharsky
38:37 queued 15:10
created
src/NamingStrategy/AbstractNamingStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,6 +12,6 @@
 block discarded – undo
12 12
      */
13 13
     public static function generateUniqueString()
14 14
     {
15
-        return str_replace('.', '', microtime(true)) . uniqid();
15
+        return str_replace('.', '', microtime(true)).uniqid();
16 16
     }
17 17
 }
Please login to merge, or discard this patch.