@@ -136,7 +136,7 @@ |
||
136 | 136 | $graphByTypeAndYear->type = []; |
137 | 137 | foreach (fetchBbcFlightTypes() as $flightType) { |
138 | 138 | |
139 | - if (!in_array($flightType->numero, [1, 2, 3,4, 6])) { |
|
139 | + if (!in_array($flightType->numero, [1, 2, 3, 4, 6])) { |
|
140 | 140 | continue; |
141 | 141 | } |
142 | 142 |
@@ -69,7 +69,7 @@ |
||
69 | 69 | $result = [$this->year]; |
70 | 70 | |
71 | 71 | foreach ($this->graphData as $typeId => $data) { |
72 | - if (!in_array($typeId, [1, 2, 3,4, 6])) { |
|
72 | + if (!in_array($typeId, [1, 2, 3, 4, 6])) { |
|
73 | 73 | continue; |
74 | 74 | } |
75 | 75 |