Skip to content

Commit 377ed53

Browse files
author
Gabriel Galvao da Gama
committed
Fixed static tests
1 parent acf425b commit 377ed53

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/MediaContentCms/Model/ResourceModel/GetAssetIdsByBlockStore.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public function execute(string $value): array
7575
}
7676

7777
/**
78+
* Get block ids by store
79+
*
7880
* @param int $storeId
7981
* @return array
8082
* @throws LocalizedException

app/code/Magento/MediaContentCms/Model/ResourceModel/GetAssetIdsByPageStore.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ public function execute(string $value): array
7676
}
7777

7878
/**
79+
* Get page ids by store
80+
*
7981
* @param int $storeId
8082
* @return array
8183
* @throws LocalizedException

0 commit comments

Comments
 (0)