Passed
Push — master ( 973769...9ec99d )
by Fabrice
01:43
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/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.