Completed
Push — master ( 8eb9c7...ed65a2 )
by Fabrice
08:59 queued 02:46
created
src/Flows/FlowIdTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             // would require more effort if we where to massively generate / store Flows
54 54
             $timeParts       = explode(' ', microtime(false));
55 55
 
56
-            return $this->id = implode('.', array_map(function ($value) {
56
+            return $this->id = implode('.', array_map(function($value) {
57 57
                 return base_convert($value, 10, 36);
58 58
             }, [
59 59
                 $timeParts[1],
Please login to merge, or discard this patch.