@@ -329,7 +329,7 @@ |
||
| 329 | 329 | |
| 330 | 330 | /** |
| 331 | 331 | * http basic auth |
| 332 | - * @return string|false (username, or false on failure) |
|
| 332 | + * @return string (username, or false on failure) |
|
| 333 | 333 | */ |
| 334 | 334 | private static function loginUser() { |
| 335 | 335 | if(self::$isLoggedIn === true) { |
@@ -278,6 +278,11 @@ |
||
| 278 | 278 | */ |
| 279 | 279 | // FIXME This method is only public, until \OCP\IL10N does not need it anymore, |
| 280 | 280 | // FIXME This is also the reason, why it is not in the public interface |
| 281 | + |
|
| 282 | + /** |
|
| 283 | + * @param string $app |
|
| 284 | + * @param string $lang |
|
| 285 | + */ |
|
| 281 | 286 | public function getL10nFilesForApp($app, $lang) { |
| 282 | 287 | $languageFiles = []; |
| 283 | 288 | |