Browse Source

Cleanup for last merged commit

Jordi Boggiano 13 years ago
parent
commit
aeebd02ee5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Composer/Composer.php

+ 2 - 2
src/Composer/Composer.php

@@ -13,7 +13,7 @@
 namespace Composer;
 
 use Composer\Downloader\DownloaderInterface;
-use \Composer\Installer\InstallerInterface;
+use Composer\Installer\InstallerInterface;
 use Composer\Repository\ComposerRepository;
 use Composer\Repository\PlatformRepository;
 use Composer\Repository\GitRepository;
@@ -133,4 +133,4 @@ class Composer
             throw new \UnexpectedValueException('Unknown repository type: '.$type.', could not create repository '.$name);
         }
     }
-}
+}