Remove unneeded use
parent
92396a3ccc
commit
6f6228fb1d
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
namespace Composer\DependencyResolver;
|
namespace Composer\DependencyResolver;
|
||||||
|
|
||||||
use Composer\Package\Link;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a problem detected while solving dependencies
|
* 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
|
* Turns a constraint into text usable in a sentence describing a job
|
||||||
*
|
*
|
||||||
* @param LinkConstraint $constraint
|
* @param \Composer\Package\LinkConstraint\LinkConstraintInterface $constraint
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function constraintToText($constraint)
|
protected function constraintToText($constraint)
|
||||||
|
|
Loading…
Reference in New Issue