1
0
Fork 0

Remove duplicate function in RootPackageInterface, fixes #10895

pull/10904/head
Jordi Boggiano 2022-06-23 13:39:39 +02:00
parent 690ab5166a
commit a5fdc00de1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 9 deletions

View File

@ -113,15 +113,6 @@ interface RootPackageInterface extends CompletePackageInterface
*/
public function setReplaces(array $replaces);
/**
* Set the repositories
*
* @param mixed[] $repositories
*
* @return void
*/
public function setRepositories(array $repositories);
/**
* Set the autoload mapping
*