File tree 1 file changed +2
-2
lines changed
app/code/Magento/MediaGalleryUi/Ui/Component/Listing/Filters
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ class Asset extends Select
33
33
* @param UiComponentFactory $uiComponentFactory
34
34
* @param FilterBuilder $filterBuilder
35
35
* @param FilterModifier $filterModifier
36
- * @param OptionSourceInterface $optionsProvider
37
36
* @param GetContentByAssetIdsInterface $getContentIdentities
37
+ * @param OptionSourceInterface $optionsProvider
38
38
* @param array $components
39
39
* @param array $data
40
40
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
@@ -44,8 +44,8 @@ public function __construct(
44
44
UiComponentFactory $ uiComponentFactory ,
45
45
FilterBuilder $ filterBuilder ,
46
46
FilterModifier $ filterModifier ,
47
- OptionSourceInterface $ optionsProvider = null ,
48
47
GetContentByAssetIdsInterface $ getContentIdentities ,
48
+ OptionSourceInterface $ optionsProvider = null ,
49
49
array $ components = [],
50
50
array $ data = []
51
51
) {
You can’t perform that action at this time.
0 commit comments