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 d627611 commit 48749bcCopy full SHA for 48749bc
app/code/Magento/Store/Model/ResourceModel/StoreWebsiteRelation.php
@@ -49,7 +49,7 @@ public function getStoreByWebsiteId($websiteId)
49
* @param bool $available
50
* @return array
51
*/
52
- public function getWebsiteStoreCodes($websiteId, $available = false): array
+ public function getWebsiteStoreCodes(string $websiteId, bool $available = false): array
53
{
54
$connection = $this->resource->getConnection();
55
$storeTable = $this->resource->getTableName('store');
0 commit comments