mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
do not remove abstract methods
This commit is contained in:
parent
b8e4638865
commit
e2cd3a2805
@ -67,6 +67,10 @@ CODE_SAMPLE
|
||||
return null;
|
||||
}
|
||||
|
||||
if ($node->isAbstract()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if ($this->classMethodManipulator->hasParentMethodOrInterfaceMethod($node)) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user