Skip to content

Commit 12e0648

Browse files
committed
MQE-1963: Update XSD Schema to verify that file has only single entity
1 parent 47820ec commit 12e0648

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Magento/FunctionalTestingFramework/Upgrade/SplitMultipleEntitiesFiles.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private function processXmlFiles($xmlFiles, $type, $urn)
107107
$this->output->writeln('Processing file:' . $filename);
108108
}
109109
foreach ($entities as $entity) {
110-
/** @var \DOMElement $entity*/
110+
/** @var \DOMElement $entity */
111111
$entityName = $entity->getAttribute('name');
112112
$entityContent = $entity->ownerDocument->saveXML($entity);
113113

@@ -135,7 +135,6 @@ private function processXmlFiles($xmlFiles, $type, $urn)
135135
}
136136
}
137137

138-
139138
/**
140139
* Create file with contents and create dir if needed
141140
*

0 commit comments

Comments
 (0)