Fixed RepositoryInterface
parent
28d9df7da6
commit
5c841187fd
|
@ -22,11 +22,6 @@ use Composer\Package\PackageInterface;
|
|||
*/
|
||||
interface RepositoryInterface extends \Countable
|
||||
{
|
||||
/**
|
||||
* Initializes repository (reads file, opens connection).
|
||||
*/
|
||||
function initialize();
|
||||
|
||||
/**
|
||||
* Checks if specified package registered (installed).
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue