summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/utility
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-07 15:43:36 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-07 15:43:36 +0000
commit453e1bf66e7edb6e2b3d25a093bf2c7662f209a7 (patch)
treeb77d4215517ff7d9b82ebbeba02da19512a1c892 /lib/private/appframework/utility
parente4c5bf790d670eceac01f2e8c7750182b17123f3 (diff)
downloadnextcloud-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 'lib/private/appframework/utility')
-rw-r--r--lib/private/appframework/utility/simplecontainer.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/appframework/utility/simplecontainer.php b/lib/private/appframework/utility/simplecontainer.php
index bcae351e023..e55d4e20a81 100644
--- a/lib/private/appframework/utility/simplecontainer.php
+++ b/lib/private/appframework/utility/simplecontainer.php
@@ -29,9 +29,7 @@ namespace OC\AppFramework\Utility;
use ReflectionClass;
use ReflectionException;
use Closure;
-
use Pimple\Container;
-
use OCP\AppFramework\QueryException;
use OCP\IContainer;