diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 15:43:36 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 15:43:36 +0000 |
commit | 453e1bf66e7edb6e2b3d25a093bf2c7662f209a7 (patch) | |
tree | b77d4215517ff7d9b82ebbeba02da19512a1c892 /apps/files_external/command | |
parent | e4c5bf790d670eceac01f2e8c7750182b17123f3 (diff) | |
download | nextcloud-server-453e1bf66e7edb6e2b3d25a093bf2c7662f209a7.tar.gz nextcloud-server-453e1bf66e7edb6e2b3d25a093bf2c7662f209a7.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/files_external/command')
-rw-r--r-- | apps/files_external/command/listcommand.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/command/listcommand.php b/apps/files_external/command/listcommand.php index 4c027ffcb8e..baba9be59f5 100644 --- a/apps/files_external/command/listcommand.php +++ b/apps/files_external/command/listcommand.php @@ -29,7 +29,6 @@ use OCP\IUserManager; use OCP\IUserSession; 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; |