Completed
Push — master ( 47719d...a5b475 )
by
unknown
03:14
created
src/Localization/Language.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * @param $default_language <i>Optional</i>. Default language to return in case of errors.
85 85
      * @param $expiring_time <i>Optional</i>. Set the expiring time for the language on
86 86
      * redis each time it is took from the sql database.
87
-     * @return Language for the current user, $default_language on errors.
87
+     * @return string for the current user, $default_language on errors.
88 88
      */
89 89
     public function getLanguageRedis($default_language = 'en', $expiring_time = '86400') : string
90 90
     {
Please login to merge, or discard this patch.