Jordi Boggiano 11 лет назад
Родитель
Сommit
70523a191d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Composer/IO/BaseIO.php

+ 1 - 1
src/Composer/IO/BaseIO.php

@@ -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();