funoftracer
Results
1
comments of
funoftracer
> Wild guess but: Shouldn't this be a if-else block? > > public function getProvider(string $providerId): ITeamResourceProvider { > $providers = $this->getProviders(); > if (isset($providers[$providerId])) { > return $providers[$providerId]; >...