mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-04 23:52:28 +02:00
remove unused origin nuller
This commit is contained in:
parent
b98213de1f
commit
d722544d73
@ -11,7 +11,6 @@ use PhpParser\Node\Scalar\LNumber;
|
||||
use PhpParser\Node\Scalar\String_;
|
||||
use PhpParser\Node\Stmt\Property;
|
||||
use Rector\NodeTypeResolver\ComplexNodeTypeResolver;
|
||||
use Rector\NodeTypeResolver\Node\Attribute;
|
||||
use Rector\NodeTypeResolver\Php\VarTypeInfo;
|
||||
use Rector\NodeTypeResolver\PhpDoc\NodeAnalyzer\DocBlockAnalyzer;
|
||||
use Rector\Php\PhpTypeSupport;
|
||||
@ -116,9 +115,6 @@ CODE_SAMPLE
|
||||
if ($this->matchesDocTypeAndDefaultValueType($varTypeInfo, $node)) {
|
||||
$node->type = $varTypeInfo->getTypeNode();
|
||||
|
||||
// invoke the print, because only attribute has changed
|
||||
$node->setAttribute(Attribute::ORIGINAL_NODE, null);
|
||||
|
||||
return $node;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user