Remove duplicate function in RootPackageInterface, fixes #10895
parent
690ab5166a
commit
a5fdc00de1
|
@ -113,15 +113,6 @@ interface RootPackageInterface extends CompletePackageInterface
|
||||||
*/
|
*/
|
||||||
public function setReplaces(array $replaces);
|
public function setReplaces(array $replaces);
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the repositories
|
|
||||||
*
|
|
||||||
* @param mixed[] $repositories
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function setRepositories(array $repositories);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the autoload mapping
|
* Set the autoload mapping
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue