Index: trunk/phase3/includes/LocalisationCache.php |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | * need to fetch all of the subitems from the cache individually. |
217 | 217 | * @param $code |
218 | 218 | * @param $key |
219 | | - * @return string |
| 219 | + * @return mixed |
220 | 220 | */ |
221 | 221 | public function getItem( $code, $key ) { |
222 | 222 | if ( !isset( $this->loadedItems[$code][$key] ) ) { |
— | — | @@ -1137,7 +1137,7 @@ |
1138 | 1138 | /** |
1139 | 1139 | * @param $code |
1140 | 1140 | * @param $key |
1141 | | - * @return string |
| 1141 | + * @return mixed |
1142 | 1142 | */ |
1143 | 1143 | public function getItem( $code, $key ) { |
1144 | 1144 | unset( $this->mruLangs[$code] ); |