@@ -160,7 +160,7 @@ |
||
160 | 160 | return []; |
161 | 161 | } |
162 | 162 | $providerIds = array_map( |
163 | - function (ServiceRegistration $registration) { |
|
163 | + function(ServiceRegistration $registration) { |
|
164 | 164 | /** @var ITeamResourceProvider $provider */ |
165 | 165 | $provider = $this->container->get($registration->getService()); |
166 | 166 | return $provider->getId(); |