File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Model/Category Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ class DataProvider extends ModifierPoolDataProvider
199199 * @param Config $eavConfig
200200 * @param RequestInterface $request
201201 * @param CategoryFactory $categoryFactory
202- * @param DataInterfaceFactory $uiConfigFactory
203202 * @param array $meta
204203 * @param array $data
205204 * @param PoolInterface|null $pool
@@ -209,6 +208,7 @@ class DataProvider extends ModifierPoolDataProvider
209208 * @param ArrayManager|null $arrayManager
210209 * @param FileInfo|null $fileInfo
211210 * @param Image|null $categoryImage
211+ * @param DataInterfaceFactory|null $uiConfigFactory
212212 * @SuppressWarnings(PHPMD.ExcessiveParameterList)
213213 */
214214 public function __construct (
You can’t perform that action at this time.
0 commit comments