Skip to content

Commit dfa67b0

Browse files
committed
Static test fixes
1 parent 43fd057 commit dfa67b0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/OnInsert.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
class OnInsert extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images
1010
{
11-
1211
/**
1312
* @var \Magento\Framework\Controller\Result\RawFactory
1413
*/

app/code/Magento/MediaGalleryUi/Ui/Component/DirectoryTree.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function prepare(): void
7272
);
7373
}
7474

75-
7675
/**
7776
* Return allowed actions for media gallery
7877
*/

app/code/Magento/MediaGalleryUi/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"magento/module-media-gallery-metadata-api": "*",
1313
"magento/module-media-gallery-synchronization-api": "*",
1414
"magento/module-media-content-api": "*",
15-
"magento/module-cms": "*"
15+
"magento/module-cms": "*",
16+
"magento/module-media-gallery": "*",
1617
},
1718
"type": "magento2-module",
1819
"license": [

0 commit comments

Comments
 (0)