@@ -73,12 +73,12 @@ |
||
| 73 | 73 | protected function defaultViewParams() |
| 74 | 74 | { |
| 75 | 75 | $allPlatforms = $this->getDataStore()->fetchAllPlatforms(); |
| 76 | - $platformNames = array_map(function (Platform $platform) { |
|
| 76 | + $platformNames = array_map(function(Platform $platform) { |
|
| 77 | 77 | return $platform->getName(); |
| 78 | 78 | }, $allPlatforms); |
| 79 | 79 | |
| 80 | 80 | $instruments = $this->getDataStore()->fetchAllInstruments(); |
| 81 | - $instrumentOrder = array_map(function (Instrument $instrument) { |
|
| 81 | + $instrumentOrder = array_map(function(Instrument $instrument) { |
|
| 82 | 82 | return $instrument->getAbbreviation(); |
| 83 | 83 | }, $instruments); |
| 84 | 84 | |