diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-19 22:12:35 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-19 22:12:35 +0200 |
commit | f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c (patch) | |
tree | 8fc4acfbaef28eb213ec9fc046ada8304dbe4493 /core | |
parent | f59576c3ca9ca8e4708002fffe8d4b14135dcd6b (diff) | |
parent | d3d70e5d90731dd75aab778dae7907303215820a (diff) | |
download | nextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.tar.gz nextcloud-server-f9d04f62a81115d85d2b09ac9f7f6e9f611f1f1c.zip |
Merge pull request #16440 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'core')
-rw-r--r-- | core/command/db/converttype.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php index f8ded69e865..e6c0f5caa35 100644 --- a/core/command/db/converttype.php +++ b/core/command/db/converttype.php @@ -30,7 +30,6 @@ namespace OC\Core\Command\Db; use \OCP\IConfig; use OC\DB\Connection; use OC\DB\ConnectionFactory; - use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; |