1
0
Fork 0

Remove unused methods from RepositoryInterface

pull/19/head
Jordi Boggiano 2011-09-21 23:04:17 +02:00
parent e700e6fcd9
commit 8533a65061
1 changed files with 0 additions and 3 deletions

View File

@ -17,8 +17,5 @@ namespace Composer\Repository;
*/
interface RepositoryInterface extends \Countable
{
static function supports($type, $name = '', $url = '');
static function create($type, $name = '', $url = '');
function getPackages();
}