Skip to content

Commit 34bc9de

Browse files
author
Sergii Kovalenko
committed
MAGETWO-52958: Better Semantic for UI Components
-- fix semantic
1 parent b7baa4e commit 34bc9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/View/Element/UiComponentFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ public function __construct(
8383
ManagerInterface $componentManager,
8484
InterpreterInterface $argumentInterpreter,
8585
ContextFactory $contextFactory,
86-
DataInterfaceFactory $configFactory = null,
8786
array $data = [],
8887
array $componentChildFactories = [],
89-
DataInterface $definitionData = null
88+
DataInterface $definitionData = null,
89+
DataInterfaceFactory $configFactory = null
9090
) {
9191
$this->objectManager = $objectManager;
9292
$this->componentManager = $componentManager;

0 commit comments

Comments
 (0)