Skip to content

Commit d9ecbfa

Browse files
authored
Change getStoreId parameter to nullable integer
1 parent f06483a commit d9ecbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getHostName(?int $storeId = null): string
5353
);
5454
}
5555

56-
public function getStoreId(int $storeId = null) :int
56+
public function getStoreId(?int $storeId = null) :int
5757
{
5858
return (int)$this->storeManager
5959
->getStore($storeId)

0 commit comments

Comments
 (0)