Fix PHPDoc of Web::detectLocale()

This commit is contained in:
Eric Lippmann 2015-03-11 21:55:04 +01:00
parent d102a61e22
commit 7fe4b3d7ab
1 changed files with 4 additions and 2 deletions

View File

@ -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()
{