Typo correction

This commit is contained in:
Nav
2024-02-12 19:39:21 +00:00
parent 8474867563
commit 4b6e21e43f
11 changed files with 80 additions and 80 deletions

View File

@@ -241,12 +241,12 @@ class FromXmlService
}
if ($childNode->nodeName === 'register-group') {
$output->subGroups[] = $this->registerGroupFromElement($childNode);
$output->subgroups[] = $this->registerGroupFromElement($childNode);
continue;
}
if ($childNode->nodeName === 'register-group-reference') {
$output->subGroupReferences[] = $this->registerGroupReferenceFromElement($childNode);
$output->subgroupReferences[] = $this->registerGroupReferenceFromElement($childNode);
}
}

View File

@@ -208,8 +208,8 @@ class ToXmlService
$children = array_merge(
$registerGroup->registers,
$registerGroup->subGroups,
$registerGroup->subGroupReferences
$registerGroup->subgroups,
$registerGroup->subgroupReferences
);
usort(