mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
fixup! fixup! Enable Order Set with failing rules disabled
This commit is contained in:
parent
d5cde3eae1
commit
d994b87899
@ -33,8 +33,11 @@ final class PhpDocTypeChanger
|
||||
*/
|
||||
private $paramPhpDocNodeFactory;
|
||||
|
||||
public function __construct(ParamPhpDocNodeFactory $paramPhpDocNodeFactory, StaticTypeMapper $staticTypeMapper, TypeComparator $typeComparator)
|
||||
{
|
||||
public function __construct(
|
||||
ParamPhpDocNodeFactory $paramPhpDocNodeFactory,
|
||||
StaticTypeMapper $staticTypeMapper,
|
||||
TypeComparator $typeComparator
|
||||
) {
|
||||
$this->typeComparator = $typeComparator;
|
||||
$this->staticTypeMapper = $staticTypeMapper;
|
||||
$this->paramPhpDocNodeFactory = $paramPhpDocNodeFactory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user