diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2020-04-09 00:05:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 00:05:53 +0200 |
commit | 22edb626b6b97a19bbe08ee8f036c5116d6bf214 (patch) | |
tree | 862221861771a6fdb0394312f8af8a0b4d8c7abc /apps/user_ldap/lib/Mapping/GroupMapping.php | |
parent | bbba7bc45acdbfb7d69edf7998db2cd8871682bd (diff) | |
parent | 85e369cddb7b347cccd597ab2f65fc201632091d (diff) | |
download | nextcloud-server-22edb626b6b97a19bbe08ee8f036c5116d6bf214.tar.gz nextcloud-server-22edb626b6b97a19bbe08ee8f036c5116d6bf214.zip |
Merge pull request #20370 from nextcloud/techdebt/fix-multiline-comments
Fix multiline comments
Diffstat (limited to 'apps/user_ldap/lib/Mapping/GroupMapping.php')
-rw-r--r-- | apps/user_ldap/lib/Mapping/GroupMapping.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/user_ldap/lib/Mapping/GroupMapping.php b/apps/user_ldap/lib/Mapping/GroupMapping.php index 6922a010533..cc779817f1a 100644 --- a/apps/user_ldap/lib/Mapping/GroupMapping.php +++ b/apps/user_ldap/lib/Mapping/GroupMapping.php @@ -24,15 +24,15 @@ namespace OCA\User_LDAP\Mapping; /** -* Class UserMapping -* @package OCA\User_LDAP\Mapping -*/ + * Class UserMapping + * @package OCA\User_LDAP\Mapping + */ class GroupMapping extends AbstractMapping { /** - * returns the DB table name which holds the mappings - * @return string - */ + * returns the DB table name which holds the mappings + * @return string + */ protected function getTableName() { return '*PREFIX*ldap_group_mapping'; } |