Passed
Push — zf3-version ( 1aeb84...331312 )
by Diego
03:45
created
module/Api/src/Controller/DistributionReportController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.