Skip to content

Commit 0d0c7b9

Browse files
committed
#27948: Fixed static tests
1 parent 9a22997 commit 0d0c7b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/MediaContentCatalog/Observer/Category.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class Category implements ObserverInterface
5555
* @param ContentIdentityInterfaceFactory $contentIdentityFactory
5656
* @param GetContent $getContent
5757
* @param UpdateContentAssetLinksInterface $updateContentAssetLinks
58+
* @param MetadataPool $metadataPool
5859
* @param array $fields
5960
*/
6061
public function __construct(

app/code/Magento/MediaContentCatalog/Observer/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class Product implements ObserverInterface
5555
* @param ContentIdentityInterfaceFactory $contentIdentityFactory
5656
* @param GetContent $getContent
5757
* @param UpdateContentAssetLinksInterface $updateContentAssetLinks
58+
* @param MetadataPool $metadataPool
5859
* @param array $fields
5960
*/
6061
public function __construct(

0 commit comments

Comments
 (0)