mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
php-cs-fixer magic
This commit is contained in:
parent
4ea9b33a6c
commit
1bd4ccbd54
90 changed files with 396 additions and 400 deletions
|
@ -117,7 +117,7 @@ class ArrayRepository implements RepositoryInterface
|
|||
/**
|
||||
* Removes package from repository.
|
||||
*
|
||||
* @param PackageInterface $package package instance
|
||||
* @param PackageInterface $package package instance
|
||||
*/
|
||||
public function removePackage(PackageInterface $package)
|
||||
{
|
||||
|
@ -140,6 +140,7 @@ class ArrayRepository implements RepositoryInterface
|
|||
if (null === $this->packages) {
|
||||
$this->initialize();
|
||||
}
|
||||
|
||||
return $this->packages;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue