1
0
Fork 0

Mark class as abstract

pull/2185/merge
Jordi Boggiano 2013-08-18 15:38:57 +02:00
parent 14fcff8aa8
commit 70523a191d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Helper\HelperSet;
use Composer\Config;
class BaseIO implements IOInterface
abstract class BaseIO implements IOInterface
{
protected $authentications = array();