mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 18:54:39 +01:00
misc
This commit is contained in:
parent
f32be9477e
commit
e9a61d9e28
@ -25,11 +25,7 @@ final class UseWithAliasRector extends AbstractRector
|
||||
|
||||
public function isCandidate(Node $node): bool
|
||||
{
|
||||
return $this->propertyFetchAnalyzer->isTypeAndProperty(
|
||||
$node,
|
||||
'PhpParser\Node\Stmt\UseUse',
|
||||
'alias'
|
||||
);
|
||||
return $this->propertyFetchAnalyzer->isTypeAndProperty($node, 'PhpParser\Node\Stmt\UseUse', 'alias');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user