@@ -72,7 +72,7 @@ |
||
| 72 | 72 | protected function defaultViewParams() |
| 73 | 73 | { |
| 74 | 74 | $allPlatforms = $this->getDataStore()->fetchAllPlatforms(); |
| 75 | - $platformNames = array_map(function (Platform $platform) { |
|
| 75 | + $platformNames = array_map(function(Platform $platform) { |
|
| 76 | 76 | return $platform->getName(); |
| 77 | 77 | }, $allPlatforms); |
| 78 | 78 | |