Skip to content

Commit d80ecba

Browse files
author
Karpenko, Oleksandr
committed
MAGETWO-52958: Better Semantic for UI Components
1 parent fe448f7 commit d80ecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Layout/Reader/UiComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function interpret(Context $readerContext, Element $currentElement)
117117
*/
118118
private function getLayoutElementsFromUiConfiguration(array $config, array &$elements = [])
119119
{
120-
foreach ($config as $name => $data) {
120+
foreach ($config as $data) {
121121
if (isset($data['arguments']['block']['layout'])) {
122122
$elements[] = $data['arguments']['block']['layout'];
123123
}

0 commit comments

Comments
 (0)