@@ -24,10 +24,6 @@ |
||
24 | 24 | |
25 | 25 | use OCA\DAV\CardDAV\SyncService; |
26 | 26 | use OCP\AppFramework\Http; |
27 | -use Symfony\Component\Console\Command\Command; |
|
28 | -use Symfony\Component\Console\Helper\ProgressBar; |
|
29 | -use Symfony\Component\Console\Input\InputInterface; |
|
30 | -use Symfony\Component\Console\Output\OutputInterface; |
|
31 | 27 | |
32 | 28 | class SyncFederationAddressBooks { |
33 | 29 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\Files\Service; |
26 | 26 | |
27 | -use OC\Files\FileInfo; |
|
28 | 27 | use OCP\Files\Node; |
29 | 28 | |
30 | 29 | /** |
@@ -27,11 +27,8 @@ |
||
27 | 27 | use OCA\Files_External\NotFoundException; |
28 | 28 | use OCA\Files_External\Service\GlobalStoragesService; |
29 | 29 | use Symfony\Component\Console\Command\Command; |
30 | -use Symfony\Component\Console\Helper\Table; |
|
31 | -use Symfony\Component\Console\Helper\TableHelper; |
|
32 | 30 | use Symfony\Component\Console\Input\InputArgument; |
33 | 31 | use Symfony\Component\Console\Input\InputInterface; |
34 | -use Symfony\Component\Console\Input\InputOption; |
|
35 | 32 | use Symfony\Component\Console\Output\OutputInterface; |
36 | 33 | |
37 | 34 | class Config extends Base { |
@@ -230,6 +230,9 @@ |
||
230 | 230 | return false; |
231 | 231 | } |
232 | 232 | |
233 | + /** |
|
234 | + * @param string $path |
|
235 | + */ |
|
233 | 236 | private function batchDelete ($path = null) { |
234 | 237 | $params = array( |
235 | 238 | 'Bucket' => $this->bucket |
@@ -75,6 +75,9 @@ |
||
75 | 75 | return false; |
76 | 76 | } |
77 | 77 | |
78 | + /** |
|
79 | + * @param string $path |
|
80 | + */ |
|
78 | 81 | private function setMetaData($path, $metaData) { |
79 | 82 | $this->metaData[ltrim($path, '/')] = $metaData; |
80 | 83 | } |
@@ -32,7 +32,6 @@ |
||
32 | 32 | */ |
33 | 33 | namespace OCA\Files_External\Lib\Storage; |
34 | 34 | use Icewind\Streams\IteratorDirectory; |
35 | - |
|
36 | 35 | use Icewind\Streams\RetryWrapper; |
37 | 36 | use phpseclib\Net\SFTP\Stream; |
38 | 37 |
@@ -335,7 +335,7 @@ |
||
335 | 335 | * split user and remote from federated cloud id |
336 | 336 | * |
337 | 337 | * @param string $address federated share address |
338 | - * @return array [user, remoteURL] |
|
338 | + * @return string[] [user, remoteURL] |
|
339 | 339 | * @throws \Exception |
340 | 340 | */ |
341 | 341 | public function splitUserRemote($address) { |
@@ -130,7 +130,6 @@ |
||
130 | 130 | /** |
131 | 131 | * Get $n re-shares from the database |
132 | 132 | * |
133 | - * @param int $n The max number of shares to fetch |
|
134 | 133 | * @return \Doctrine\DBAL\Driver\Statement |
135 | 134 | */ |
136 | 135 | private function getReShares() { |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | namespace OCA\Files_Trashbin\BackgroundJob; |
25 | 25 | |
26 | -use OCP\IConfig; |
|
27 | 26 | use OCP\IUser; |
28 | 27 | use OCP\IUserManager; |
29 | 28 | use OCA\Files_Trashbin\AppInfo\Application; |