|
@@ -15,8 +15,8 @@ class RepositoryProvider implements RepositoryProviderInterface
|
|
|
|
|
|
public function getRepository($url)
|
|
|
{
|
|
|
- foreach ($this->providers as $provider){
|
|
|
- if($provider->supports($url)){
|
|
|
+ foreach ($this->providers as $provider) {
|
|
|
+ if ($provider->supports($url)) {
|
|
|
return $provider->getRepository($url);
|
|
|
}
|
|
|
}
|