The method finish() does not exist on Aimeos\Controller\Common...ort\Xml\Processor\Iface. Since it exists in all sub-types, consider adding an abstract or default implementation to Aimeos\Controller\Common...ort\Xml\Processor\Iface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
45
$proc->/** @scrutinizer ignore-call */
46
finish();
Loading history...
46
}
47
}
48
49
50
/**
51
* Updates the given item using the data from the DOM node
52
*
53
* @param \Aimeos\MShop\Common\Item\Iface $item Item which should be updated
54
* @param \DOMNode $node XML document node containing a list of nodes to process