Skip to content

Commit 48749bc

Browse files
committed
#28569: Multi-store: Missing store codes in relation to a group and website
- Added strict types
1 parent d627611 commit 48749bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Model/ResourceModel/StoreWebsiteRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getStoreByWebsiteId($websiteId)
4949
* @param bool $available
5050
* @return array
5151
*/
52-
public function getWebsiteStoreCodes($websiteId, $available = false): array
52+
public function getWebsiteStoreCodes(string $websiteId, bool $available = false): array
5353
{
5454
$connection = $this->resource->getConnection();
5555
$storeTable = $this->resource->getTableName('store');

0 commit comments

Comments
 (0)