1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Remove unused use statement.

This commit is contained in:
Nicolas Bastien 2013-10-07 17:11:57 +02:00
parent 46e55541e7
commit 52711d121c
14 changed files with 0 additions and 20 deletions

View file

@ -12,9 +12,6 @@
namespace Composer\IO;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Helper\HelperSet;
use Composer\Config;
abstract class BaseIO implements IOInterface