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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-02-14 11:11:22 +0300
committerdartcafe <github@dartcafe.de>2022-02-14 11:11:22 +0300
commit1851a704094823a9e978fd1e45351a294f0b81ae (patch)
tree47c2a460cbfdda79d25115ae72b8662e1f6ea11d
parent99fe629823c88d53b9b82dc33779f0d017cfef2d (diff)
cs-fixer
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--lib/Model/UserGroup/GenericUser.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Model/UserGroup/GenericUser.php b/lib/Model/UserGroup/GenericUser.php
index 03ed9282..cbb7acaf 100644
--- a/lib/Model/UserGroup/GenericUser.php
+++ b/lib/Model/UserGroup/GenericUser.php
@@ -49,6 +49,5 @@ class GenericUser extends UserBase {
$this->displayName = $displayName;
$this->emailAddress = $emailAddress;
-
}
}