We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -269,7 +269,7 @@ |
||
| 269 | 269 | * @return void |
| 270 | 270 | */ |
| 271 | 271 | private function sortMenuForNewspapers(&$menu) { |
| 272 | - usort($menu[0]['_SUB_MENU'], function ($firstYear, $secondYear) { |
|
| 272 | + usort($menu[0]['_SUB_MENU'], function($firstYear, $secondYear) { |
|
| 273 | 273 | return $firstYear['orderlabel'] <=> $secondYear['orderlabel']; |
| 274 | 274 | }); |
| 275 | 275 | } |