Completed
Push — master ( cfa95b...fcac32 )
by Fabrice
01:49
created
src/Flows/FlowMap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
             'class' => get_class($this->flow),
117 117
             'id'    => $this->flow->getId(),
118 118
         ]);
119
-        $this->flowStats        = $this->defaultFlowStats;
119
+        $this->flowStats = $this->defaultFlowStats;
120 120
     }
121 121
 
122 122
     /**
Please login to merge, or discard this patch.