Test Failed
Push — master ( c3a945...1f8243 )
by Fabrice
02:28
created
src/Flows/FlowStatus.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@
 block discarded – undo
100 100
 
101 101
     /**
102 102
      * Return the Flow status
103
-
104 103
      * @return string The flow status
105 104
      */
106 105
     public function getStatus()
Please login to merge, or discard this patch.
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.