mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Fixed CS
This commit is contained in:
parent
1fdb7aef56
commit
bd1d20b2c9
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class ArrayRepository implements RepositoryInterface
|
|||
// normalize name
|
||||
$name = strtolower($name);
|
||||
|
||||
return array_filter($this->getPackages(), function(PackageInterface $package) use ($name) {
|
||||
return array_filter($this->getPackages(), function (PackageInterface $package) use ($name) {
|
||||
return $package->getName() === $name;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue