Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Łojewski <marcin.lojewski@mlojewski.me>2020-07-12 17:11:29 +0300
committerMarcin Łojewski <marcin.lojewski@mlojewski.me>2020-07-12 17:11:29 +0300
commita17a52ea4aefadb6a6c243262b4edafe2aaea7e7 (patch)
treef76c4b2f1c73f7f200eecbae61a828675c10f35c
parent08ac663fc223e35a37bbe3f089e6c9b816c5fb82 (diff)
Comments alignment
-rw-r--r--lib/Backend/UserBackend.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/Backend/UserBackend.php b/lib/Backend/UserBackend.php
index da472eb..c78bc0d 100644
--- a/lib/Backend/UserBackend.php
+++ b/lib/Backend/UserBackend.php
@@ -104,13 +104,13 @@ final class UserBackend extends ABackend implements
/**
* The default constructor.
*
- * @param string $AppName The application name.
- * @param Cache $cache The cache instance.
- * @param ILogger $logger The logger instance.
- * @param Properties $properties The properties array.
- * @param UserRepository $userRepository The user repository.
- * @param IL10N $localization The localization service.
- * @param IConfig $config The config instance.
+ * @param string $AppName The application name.
+ * @param Cache $cache The cache instance.
+ * @param ILogger $logger The logger instance.
+ * @param Properties $properties The properties array.
+ * @param UserRepository $userRepository The user repository.
+ * @param IL10N $localization The localization service.
+ * @param IConfig $config The config instance.
* @param IEventDispatcher $eventDispatcher The event dispatcher.
*/
public function __construct(