Skip to content

Commit

Permalink
Fixed error in getDefaultNotice
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Wharton committed Jun 20, 2022
1 parent 35dab08 commit 277fa2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ public function getCountryGroups(int $storeId): array

/**
* @param int $storeId
* @return string
* @return string|null
*/
public function getDefaultNotice(int $storeId): string
public function getDefaultNotice(int $storeId): ?string
{
return $this->scopeConfig->getValue(
self::XML_PATH_DEFAULT_NOTICE,
Expand Down

0 comments on commit 277fa2f

Please sign in to comment.