[Pkg-owncloud-commits] [owncloud] 370/457: Order all use statements correctly

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 4582d1483252145073f945d68bf615b52d6436bc
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Thu Jun 11 11:29:27 2015 +0200

    Order all use statements correctly
---
 lib/private/server.php | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/private/server.php b/lib/private/server.php
index 3df5b67..5ed9d78 100644
--- a/lib/private/server.php
+++ b/lib/private/server.php
@@ -39,25 +39,25 @@ use OC\AppFramework\Http\Request;
 use OC\AppFramework\Db\Db;
 use OC\AppFramework\Utility\SimpleContainer;
 use OC\Command\AsyncBus;
-use OC\Diagnostics\NullQueryLogger;
 use OC\Diagnostics\EventLogger;
+use OC\Diagnostics\NullEventLogger;
+use OC\Diagnostics\NullQueryLogger;
 use OC\Diagnostics\QueryLogger;
+use OC\Files\Node\Root;
+use OC\Files\View;
+use OC\Http\Client\ClientService;
 use OC\Lock\MemcacheLockingProvider;
 use OC\Lock\NoopLockingProvider;
 use OC\Mail\Mailer;
 use OC\Memcache\ArrayCache;
-use OC\Http\Client\ClientService;
 use OC\Memcache\NullCache;
 use OC\Security\CertificateManager;
-use OC\Files\Node\Root;
-use OC\Files\View;
 use OC\Security\Crypto;
 use OC\Security\Hasher;
 use OC\Security\SecureRandom;
-use OC\Diagnostics\NullEventLogger;
 use OC\Security\TrustedDomainHelper;
-use OCP\IServerContainer;
 use OC\Tagging\TagMapper;
+use OCP\IServerContainer;
 
 /**
  * Class Server

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list