Skip to content

Commit

Permalink
Fix typo (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Sep 4, 2022
1 parent 2228d37 commit 41707e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager.php
Expand Up @@ -673,7 +673,7 @@ private function removeItem(string $name): void
/**
* Performs access check for the specified user.
*
* @param string $user The user ID. This should br a string representing the unique identifier of a user.
* @param string $user The user ID. This should be a string representing the unique identifier of a user.
* @param Item|null $item The permission or the role that need access check.
* @param array $params Name-value pairs that would be passed to rules associated with the permissions and roles
* assigned to the user. A param with name 'user' is added to this array, which holds the value of `$userId`.
Expand Down

0 comments on commit 41707e8

Please sign in to comment.