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
199
199
* @param Config $eavConfig
200
200
* @param RequestInterface $request
201
201
* @param CategoryFactory $categoryFactory
202
- * @param DataInterfaceFactory $uiConfigFactory
203
202
* @param array $meta
204
203
* @param array $data
205
204
* @param PoolInterface|null $pool
@@ -209,6 +208,7 @@ class DataProvider extends ModifierPoolDataProvider
209
208
* @param ArrayManager|null $arrayManager
210
209
* @param FileInfo|null $fileInfo
211
210
* @param Image|null $categoryImage
211
+ * @param DataInterfaceFactory|null $uiConfigFactory
212
212
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
213
213
*/
214
214
public function __construct (
You can’t perform that action at this time.
0 commit comments