We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883f0e commit 28f9fafCopy full SHA for 28f9faf
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ExtractDataFromCategoryTree.php
@@ -78,7 +78,8 @@ public function execute(\Iterator $iterator): array
78
*
79
* @param CategoryInterface $currentCategory
80
* @param CategoryInterface $rootCategory
81
- * @param $categoriesArray
+ * @param array $categoriesArray
82
+ * @return bool
83
*/
84
private function areParentsActive(
85
CategoryInterface $currentCategory,
0 commit comments