@@ -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() |
@@ -53,7 +53,7 @@ |
||
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], |