Skip to content

Commit

Permalink
Format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauh01 committed Jan 8, 2025
1 parent a26617d commit be2501e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/Icinga/Authentication/AdmissionLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ public function __construct()
/**
* 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
*/
Expand Down Expand Up @@ -101,7 +101,7 @@ protected function match($username, $userGroups, ConfigObject $section)
*
* This will also resolve any parent-child relationships.
*
* @param string $name
* @param string $name
* @param ConfigObject $section
*
* @return Generator
Expand Down Expand Up @@ -166,7 +166,7 @@ protected function loadRole($name, ConfigObject $section)
/**
* Apply permissions, restrictions and roles to the given user
*
* @param User $user
* @param User $user
*/
public function applyRoles(User $user)
{
Expand Down

0 comments on commit be2501e

Please sign in to comment.