Skip to content

Commit f02a540

Browse files
author
Gabriel Galvao da Gama
committed
Fixing static tests
1 parent 9dffdc5 commit f02a540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MediaContentCatalog/Model/ResourceModel/GetAssetIdsByCategoryStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function execute(string $value): array
8080
/**
8181
* This function returns an array of category ids that have content and are under the root parameter
8282
*
83-
* @param $rootCategoryId
83+
* @param int $rootCategoryId
8484
* @return array
8585
*/
8686
private function getCategoryIdsByRootCategory(int $rootCategoryId): array

0 commit comments

Comments
 (0)