diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-07 09:23:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 09:23:47 +0200 |
commit | 0027304b5fc0a92106dca948b72b6fad04b91299 (patch) | |
tree | fb386fc597d4d4c05b885a4ce283db74a71330fd /apps | |
parent | 74daac49ac4ddfc95b2c90f2784964bf4b8eb2b3 (diff) | |
parent | 59e5ebf330777f39ea9f1e9a12b3a50af1859ed6 (diff) | |
download | nextcloud-server-0027304b5fc0a92106dca948b72b6fad04b91299.tar.gz nextcloud-server-0027304b5fc0a92106dca948b72b6fad04b91299.zip |
Merge pull request #1210 from nextcloud/bump_symfony_console
[3rparty] Bump symfony/console
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/lib/Command/Backends.php | 6 | ||||
-rw-r--r-- | apps/files_external/lib/Command/Config.php | 4 | ||||
-rw-r--r-- | apps/files_external/lib/Command/Export.php | 4 |
3 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_external/lib/Command/Backends.php b/apps/files_external/lib/Command/Backends.php index b5c1b7f7a54..d05b9fa4a9d 100644 --- a/apps/files_external/lib/Command/Backends.php +++ b/apps/files_external/lib/Command/Backends.php @@ -27,14 +27,8 @@ use OCA\Files_External\Lib\Auth\AuthMechanism; use OCA\Files_External\Lib\Backend\Backend; use OCA\Files_External\Lib\DefinitionParameter; use OCA\Files_External\Service\BackendService; -use Symfony\Component\Console\Command\Command; -use Symfony\Component\Console\Helper\Table; -use Symfony\Component\Console\Helper\TableHelper; -use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Input\InputOption; -use Symfony\Component\Console\Input\Input; use Symfony\Component\Console\Output\OutputInterface; class Backends extends Base { diff --git a/apps/files_external/lib/Command/Config.php b/apps/files_external/lib/Command/Config.php index cd1c9244d13..362f0a0f2b5 100644 --- a/apps/files_external/lib/Command/Config.php +++ b/apps/files_external/lib/Command/Config.php @@ -27,12 +27,8 @@ use OC\Core\Command\Base; use OCA\Files_External\Lib\StorageConfig; use OCA\Files_External\NotFoundException; use OCA\Files_External\Service\GlobalStoragesService; -use Symfony\Component\Console\Command\Command; -use Symfony\Component\Console\Helper\Table; -use Symfony\Component\Console\Helper\TableHelper; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; class Config extends Base { diff --git a/apps/files_external/lib/Command/Export.php b/apps/files_external/lib/Command/Export.php index 9e586609d62..722ba38fee3 100644 --- a/apps/files_external/lib/Command/Export.php +++ b/apps/files_external/lib/Command/Export.php @@ -22,14 +22,10 @@ namespace OCA\Files_External\Command; -use Symfony\Component\Console\Command\Command; -use Symfony\Component\Console\Helper\Table; -use Symfony\Component\Console\Helper\TableHelper; use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; -use Symfony\Component\Console\Input\Input; use Symfony\Component\Console\Output\OutputInterface; class Export extends ListCommand { |