Skip to content

Commit

Permalink
#28569: Multi-store: Missing store codes in relation to a group and w…
Browse files Browse the repository at this point in the history
…ebsite

- Added strict types
  • Loading branch information
gallyamov committed Jun 30, 2020
1 parent d627611 commit 48749bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function getStoreByWebsiteId($websiteId)
* @param bool $available
* @return array
*/
public function getWebsiteStoreCodes($websiteId, $available = false): array
public function getWebsiteStoreCodes(string $websiteId, bool $available = false): array
{
$connection = $this->resource->getConnection();
$storeTable = $this->resource->getTableName('store');
Expand Down

0 comments on commit 48749bc

Please sign in to comment.