Completed
Branch master (ee3b36)
by Bocharsky
17:10
created
Category
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.