1
0
Fork 0

Remove unneeded use

pull/2004/merge
Jordi Boggiano 2013-06-13 13:21:52 +02:00
parent 92396a3ccc
commit 6f6228fb1d
1 changed files with 1 additions and 3 deletions

View File

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