{
$this->logger->debug("method entry", ["method" => __FUNCTION__, "tag" => $tag]);
array_push($this->currentPath, "$tag");
$stopParsing = $this->fireAttributeCallbacks($attributes) === false;
foreach ($this->callbacks as $path) {
/** @var XmlPath $path */
if ($path->getPath() !== $this->getCurrentPath()) {
continue;
in src/Reader/XmlStreamReader.php, line 283
{ $this->logger->debug("method entry", ["method" => __FUNCTION__, "tag" => $tag]); array_push($this->currentPath, "$tag"); $stopParsing = $this->fireAttributeCallbacks($attributes) === false; foreach ($this->callbacks as $path) { /** @var XmlPath $path */ if ($path->getPath() !== $this->getCurrentPath()) { continue;Posted from SensioLabsInsight