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 Symfony\Component\Console\Helper\HelperSet;
|
||||||
use Composer\Config;
|
use Composer\Config;
|
||||||
|
|
||||||
class BaseIO implements IOInterface
|
abstract class BaseIO implements IOInterface
|
||||||
{
|
{
|
||||||
protected $authentications = array();
|
protected $authentications = array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue