diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-05-19 11:23:06 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-05-19 11:23:06 +0000 |
commit | fdbc21fc6cec5a91044cf1ffade8c1096d93eaca (patch) | |
tree | 9fbf495ff8f6978e96bf2cf0ff7ea4f664dfab43 /apps/user_ldap/command/setconfig.php | |
parent | 54a6ba47c070240a103c28259e45e682589cf73a (diff) | |
download | nextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.tar.gz nextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/user_ldap/command/setconfig.php')
-rw-r--r-- | apps/user_ldap/command/setconfig.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/command/setconfig.php b/apps/user_ldap/command/setconfig.php index 31fb4ac9127..53de5317207 100644 --- a/apps/user_ldap/command/setconfig.php +++ b/apps/user_ldap/command/setconfig.php @@ -26,7 +26,6 @@ namespace OCA\user_ldap\Command; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use \OCA\user_ldap\lib\Helper; use \OCA\user_ldap\lib\Configuration; |