]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add PHPdoc 862/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 14 Aug 2016 17:41:00 +0000 (19:41 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 15 Aug 2016 09:14:28 +0000 (11:14 +0200)
lib/private/User/Database.php

index 6406c1285c24605a0f7230b4334e72ec219ff359..eba7beffeaed0643a8d1a31457937ba174408a3b 100644 (file)
 namespace OC\User;
 
 use OC\Cache\CappedMemoryCache;
-use Symfony\Component\EventDispatcher\EventDispatcher;
-use Symfony\Component\EventDispatcher\GenericEvent;
 use OCP\IUserBackend;
 use OCP\Util;
+use Symfony\Component\EventDispatcher\EventDispatcher;
+use Symfony\Component\EventDispatcher\GenericEvent;
 
 /**
  * Class for user management in a SQL Database (e.g. MySQL, SQLite)
@@ -69,7 +69,9 @@ class Database extends Backend implements IUserBackend {
        private $eventDispatcher;
 
        /**
-        * OC_User_Database constructor.
+        * \OC\User\Database constructor.
+        *
+        * @param EventDispatcher $eventDispatcher
         */
        public function __construct($eventDispatcher = null) {
                $this->cache = new CappedMemoryCache();