The method ElementFeatures() does not exist on Dynamic\Elements\Features\Model\FeatureObject. Since you implemented __call, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
75
if ($this->/** @scrutinizer ignore-call */ ElementFeatures()) {
Loading history...
76
if ($this->ElementFeatures()->hasMethod('getPage')) {