Skip to content

Commit

Permalink
Static test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Aug 28, 2020
1 parent 43fd057 commit dfa67b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Expand Up @@ -8,7 +8,6 @@

class OnInsert extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images
{

/**
* @var \Magento\Framework\Controller\Result\RawFactory
*/
Expand Down
Expand Up @@ -72,7 +72,6 @@ public function prepare(): void
);
}


/**
* Return allowed actions for media gallery
*/
Expand Down
3 changes: 2 additions & 1 deletion app/code/Magento/MediaGalleryUi/composer.json
Expand Up @@ -12,7 +12,8 @@
"magento/module-media-gallery-metadata-api": "*",
"magento/module-media-gallery-synchronization-api": "*",
"magento/module-media-content-api": "*",
"magento/module-cms": "*"
"magento/module-cms": "*",
"magento/module-media-gallery": "*",
},
"type": "magento2-module",
"license": [
Expand Down

0 comments on commit dfa67b0

Please sign in to comment.