1
0
Fork 0

Fixed RepositoryInterface

pull/19/head
everzet 2011-09-25 20:58:35 +03:00
parent 28d9df7da6
commit 5c841187fd
1 changed files with 0 additions and 5 deletions

View File

@ -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).
*