@@ -100,7 +100,6 @@ |
||
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() |
@@ -110,7 +110,7 @@ |
||
110 | 110 | 'class' => get_class($this->flow), |
111 | 111 | 'id' => $this->flow->getId(), |
112 | 112 | ]); |
113 | - $this->flowStats = $this->defaultFlowStats; |
|
113 | + $this->flowStats = $this->defaultFlowStats; |
|
114 | 114 | |
115 | 115 | $this->setFlowIncrement($flowIncrements); |
116 | 116 | } |