@@ -51,7 +51,6 @@ |
||
| 51 | 51 | use OC\App\InfoParser; |
| 52 | 52 | use OC\App\Platform; |
| 53 | 53 | use OC\Installer; |
| 54 | -use OC\OCSClient; |
|
| 55 | 54 | use OC\Repair; |
| 56 | 55 | use OCP\App\ManagerEvent; |
| 57 | 56 | |
@@ -318,6 +318,11 @@ |
||
| 318 | 318 | */ |
| 319 | 319 | // FIXME This method is only public, until OC_L10N does not need it anymore, |
| 320 | 320 | // FIXME This is also the reason, why it is not in the public interface |
| 321 | + |
|
| 322 | + /** |
|
| 323 | + * @param string $app |
|
| 324 | + * @param string $lang |
|
| 325 | + */ |
|
| 321 | 326 | public function getL10nFilesForApp($app, $lang) { |
| 322 | 327 | $languageFiles = []; |
| 323 | 328 | |
@@ -45,7 +45,6 @@ |
||
| 45 | 45 | use OC\App\CodeChecker\CodeChecker; |
| 46 | 46 | use OC\App\CodeChecker\EmptyCheck; |
| 47 | 47 | use OC\App\CodeChecker\PrivateCheck; |
| 48 | -use OC\Archive\Archive; |
|
| 49 | 48 | use OC\Archive\TAR; |
| 50 | 49 | use OC_App; |
| 51 | 50 | use OC_DB; |
@@ -131,7 +131,7 @@ |
||
| 131 | 131 | /** |
| 132 | 132 | * Create the federated share provider |
| 133 | 133 | * |
| 134 | - * @return FederatedShareProvider |
|
| 134 | + * @return null|ShareByMailProvider |
|
| 135 | 135 | */ |
| 136 | 136 | protected function getShareByMailProvider() { |
| 137 | 137 | if ($this->shareByMailProvider === null) { |