Format docs

This commit is contained in:
Johannes Rauh 2025-01-08 10:15:42 +01:00
parent a26617d466
commit be2501eff2

View File

@ -64,9 +64,9 @@ class AdmissionLoader
/**
* Whether the user or groups are a member of the role
*
* @param string $username
* @param array $userGroups
* @param ConfigObject $section
* @param string $username
* @param array $userGroups
* @param ConfigObject $section
*
* @return bool
*/
@ -101,7 +101,7 @@ class AdmissionLoader
*
* This will also resolve any parent-child relationships.
*
* @param string $name
* @param string $name
* @param ConfigObject $section
*
* @return Generator
@ -166,7 +166,7 @@ class AdmissionLoader
/**
* Apply permissions, restrictions and roles to the given user
*
* @param User $user
* @param User $user
*/
public function applyRoles(User $user)
{