File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/code/Magento/MediaContentCatalog/Observer Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class Category implements ObserverInterface
55
55
* @param ContentIdentityInterfaceFactory $contentIdentityFactory
56
56
* @param GetContent $getContent
57
57
* @param UpdateContentAssetLinksInterface $updateContentAssetLinks
58
+ * @param MetadataPool $metadataPool
58
59
* @param array $fields
59
60
*/
60
61
public function __construct (
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class Product implements ObserverInterface
55
55
* @param ContentIdentityInterfaceFactory $contentIdentityFactory
56
56
* @param GetContent $getContent
57
57
* @param UpdateContentAssetLinksInterface $updateContentAssetLinks
58
+ * @param MetadataPool $metadataPool
58
59
* @param array $fields
59
60
*/
60
61
public function __construct (
You can’t perform that action at this time.
0 commit comments