mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
CS fixes
This commit is contained in:
parent
152694b574
commit
b7d770659b
175 changed files with 688 additions and 724 deletions
|
@ -35,9 +35,9 @@ class FilesystemRepository extends WritableArrayRepository
|
|||
/**
|
||||
* Initializes filesystem repository.
|
||||
*
|
||||
* @param JsonFile $repositoryFile repository json file
|
||||
* @param bool $dumpVersions
|
||||
* @param ?RootPackageInterface $rootPackage Must be provided if $dumpVersions is true
|
||||
* @param JsonFile $repositoryFile repository json file
|
||||
* @param bool $dumpVersions
|
||||
* @param ?RootPackageInterface $rootPackage Must be provided if $dumpVersions is true
|
||||
*/
|
||||
public function __construct(JsonFile $repositoryFile, $dumpVersions = false, RootPackageInterface $rootPackage = null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue