@@ -212,6 +212,7 @@ |
||
212 | 212 | |
213 | 213 | /** |
214 | 214 | * write back temporary files |
215 | + * @param string $path |
|
215 | 216 | */ |
216 | 217 | function writeBack($tmpFile, $path) { |
217 | 218 | $this->addFile($path, $tmpFile); |
@@ -46,7 +46,6 @@ |
||
46 | 46 | use OC\AppFramework\Utility\TimeFactory; |
47 | 47 | use OC\Core\Middleware\TwoFactorMiddleware; |
48 | 48 | use OC\RichObjectStrings\Validator; |
49 | -use OC\Security\Bruteforce\Throttler; |
|
50 | 49 | use OCP\AppFramework\IApi; |
51 | 50 | use OCP\AppFramework\IAppContainer; |
52 | 51 | use OCP\Files\IAppData; |
@@ -33,6 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @returns string |
35 | 35 | * @since 12 |
36 | + * @return string |
|
36 | 37 | */ |
37 | 38 | public function getIcon(); |
38 | 39 | } |