Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4098' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Translator/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ protected function loadMessages($textDomain, $locale)
*
* @param string $textDomain
* @param string $locale
* @return boolean
* @return bool
* @throws Exception\RuntimeException When specified loader is not a remote loader
*/
protected function loadMessagesFromRemote($textDomain, $locale)
Expand Down Expand Up @@ -555,7 +555,7 @@ protected function loadMessagesFromRemote($textDomain, $locale)
*
* @param string $textDomain
* @param string $locale
* @return boolean
* @return bool
* @throws Exception\RuntimeException When specified loader is not a file loader
*/
protected function loadMessagesFromPatterns($textDomain, $locale)
Expand Down Expand Up @@ -592,7 +592,7 @@ protected function loadMessagesFromPatterns($textDomain, $locale)
*
* @param string $textDomain
* @param string $locale
* @return boolean
* @return bool
* @throws Exception\RuntimeException When specified loader is not a file loader
*/
protected function loadMessagesFromFiles($textDomain, $locale)
Expand Down

0 comments on commit 933b99e

Please sign in to comment.