Browse Source

Remove unneeded use

Jordi Boggiano 11 years ago
parent
commit
6f6228fb1d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/Composer/DependencyResolver/Problem.php

+ 1 - 3
src/Composer/DependencyResolver/Problem.php

@@ -12,8 +12,6 @@
 
 namespace Composer\DependencyResolver;
 
-use Composer\Package\Link;
-
 /**
  * Represents a problem detected while solving dependencies
  *
@@ -194,7 +192,7 @@ class Problem
     /**
      * Turns a constraint into text usable in a sentence describing a job
      *
-     * @param  LinkConstraint $constraint
+     * @param  \Composer\Package\LinkConstraint\LinkConstraintInterface $constraint
      * @return string
      */
     protected function constraintToText($constraint)