mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Fix CS
This commit is contained in:
parent
810e8bed9f
commit
88ec172bd8
10 changed files with 18 additions and 21 deletions
|
@ -499,7 +499,7 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
|
|||
if (!empty($mirror['dist-url'])) {
|
||||
$this->distMirrors[] = array(
|
||||
'url' => $this->canonicalizeUrl($mirror['dist-url']),
|
||||
'preferred' => !empty($mirror['preferred'])
|
||||
'preferred' => !empty($mirror['preferred']),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue