@@ -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() |
@@ -116,7 +116,7 @@ |
||
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 | /** |