@@ -77,7 +77,7 @@ |
||
| 77 | 77 | * @noinspection RealpathInSteamContextInspection |
| 78 | 78 | */ |
| 79 | 79 | $allPlatforms = $this->getDataStore()->fetchAllPlatforms(); |
| 80 | - $platformNames = array_map(function (Platform $platform) { |
|
| 80 | + $platformNames = array_map(function(Platform $platform) { |
|
| 81 | 81 | return $platform->getName(); |
| 82 | 82 | }, $allPlatforms); |
| 83 | 83 | |