Skip to content

Commit

Permalink
CC-9941 Fixed deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-gnusov committed Jun 30, 2020
1 parent 47bc433 commit 254be18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spryker/Zed/Locale/Business/LocaleFacadeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public function getLocale($localeName);
*
* @api
*
* @deprecated Use {@link \Spryker\Zed\Locale\Business\LocaleFacadeInterface::getLocale()} instead.
*
* @param string $localeCode
*
* @throws \Spryker\Zed\Locale\Business\Exception\MissingLocaleException
Expand All @@ -60,8 +62,6 @@ public function getLocaleByCode($localeCode);
*
* @api
*
* @deprecated @deprecated Use {@link \Spryker\Zed\Locale\Business\LocaleFacadeInterface::getLocale()} instead.
*
* @param int $idLocale
*
* @throws \Spryker\Zed\Locale\Business\Exception\MissingLocaleException
Expand Down

0 comments on commit 254be18

Please sign in to comment.