diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 20:44:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 20:44:46 +0200 |
commit | 1bed77c5fcfc2a47a086d2a2773389da6c087d15 (patch) | |
tree | e5f84eb82592c14161fbc2d90b18ac5448f7c02a /lib | |
parent | 8f30e6134457fcfa5d4f16be983570781afe9663 (diff) | |
parent | d3680e682afe1402a92797b714b1307b168f43e1 (diff) | |
download | nextcloud-server-1bed77c5fcfc2a47a086d2a2773389da6c087d15.tar.gz nextcloud-server-1bed77c5fcfc2a47a086d2a2773389da6c087d15.zip |
Merge pull request #22888 from nextcloud/techdebt/18680/remove-unused-code
Remove not needed semicolon and PHPDoc hint
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Group/MetaData.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Group/MetaData.php b/lib/private/Group/MetaData.php index 21857b6c8f0..46fa7c250b2 100644 --- a/lib/private/Group/MetaData.php +++ b/lib/private/Group/MetaData.php @@ -55,7 +55,6 @@ class MetaData { * @param string $user the uid of the current user * @param bool $isAdmin whether the current users is an admin * @param IGroupManager $groupManager - * @param IUserManager $userManager * @param IUserSession $userSession */ public function __construct( |