Mark class as abstract
parent
14fcff8aa8
commit
70523a191d
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue