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 f94b4a8 commit 1b40107Copy full SHA for 1b40107
app/code/Magento/Catalog/Model/Product/Visibility.php
@@ -55,7 +55,7 @@ public function __construct(
55
/**
56
* Retrieve visible in catalog ids array
57
*
58
- * @return string[]
+ * @return int[]
59
*/
60
public function getVisibleInCatalogIds()
61
{
@@ -65,7 +65,7 @@ public function getVisibleInCatalogIds()
65
66
* Retrieve visible in search ids array
67
68
69
70
public function getVisibleInSearchIds()
71
@@ -75,7 +75,7 @@ public function getVisibleInSearchIds()
75
76
* Retrieve visible in site ids array
77
78
79
80
public function getVisibleInSiteIds()
81
0 commit comments