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 | |
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')
-rw-r--r-- | apps/files_external/command/listcommand.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/tests/locking.php | 1 |
2 files changed, 0 insertions, 2 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; diff --git a/apps/files_sharing/tests/locking.php b/apps/files_sharing/tests/locking.php index 3b8900f2061..ad7b6b3e8a3 100644 --- a/apps/files_sharing/tests/locking.php +++ b/apps/files_sharing/tests/locking.php @@ -24,7 +24,6 @@ namespace OCA\Files_sharing\Tests; use OC\Files\Filesystem; use OC\Files\View; -use OC\Lock\MemcacheLockingProvider; use OCP\Lock\ILockingProvider; /** |