Skip to content

Commit d267e3b

Browse files
committed
Correct constructor docblock
1 parent 58651f9 commit d267e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Category/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)