mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
fix
This commit is contained in:
parent
16db3dbc04
commit
ed6ef59e70
@ -59,7 +59,7 @@ final class StatementToMethodAdder extends NodeVisitorAbstract
|
||||
|
||||
/** @var Node $parentNode */
|
||||
$parentNode = $classMethodNode->getAttribute('parentNode');
|
||||
$parentNode->setAttribute(Attribute::ORIGIGINAL_NODEq, null);
|
||||
$parentNode->setAttribute(Attribute::ORIGIGINAL_NODE, null);
|
||||
|
||||
return $classMethodNode;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user