do not remove abstract methods

This commit is contained in:
Ben Davies 2019-03-15 14:22:26 +00:00
parent b8e4638865
commit e2cd3a2805

View File

@ -67,6 +67,10 @@ CODE_SAMPLE
return null;
}
if ($node->isAbstract()) {
return null;
}
if ($this->classMethodManipulator->hasParentMethodOrInterfaceMethod($node)) {
return null;
}