Fix PHPDoc of Web::detectLocale()
This commit is contained in:
parent
d102a61e22
commit
7fe4b3d7ab
|
@ -307,9 +307,11 @@ class Web extends ApplicationBootstrap
|
|||
/**
|
||||
* Setup internationalization using gettext
|
||||
*
|
||||
* Uses the preferred user language or the configured default and system default, respectively.
|
||||
* Uses the preferred user language or the browser suggested language or our default.
|
||||
*
|
||||
* @return self
|
||||
* @return string Detected locale code
|
||||
*
|
||||
* @see Translator::DEFAULT_LOCALE For the the default locale code.
|
||||
*/
|
||||
protected function detectLocale()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue