@@ -135,7 +135,7 @@ |
||
| 135 | 135 | */ |
| 136 | 136 | public function getGasesDistributionAction() |
| 137 | 137 | { |
| 138 | - $year = (int)$this->params()->fromRoute('year'); |
|
| 138 | + $year = (int) $this->params()->fromRoute('year'); |
|
| 139 | 139 | |
| 140 | 140 | $response = []; |
| 141 | 141 | |