Skip to content

Commit

Permalink
Clarify that it doesn't iterate over all roles, but enables them
Browse files Browse the repository at this point in the history
  • Loading branch information
eldering committed Dec 3, 2024
1 parent fe438d7 commit 0ac65d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Service/DOMJudgeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public function getUpdates(): array
}

/**
* Run the given callable with all roles.
* Run the given callable with all roles enabled.
*
* This will result in all calls to checkrole() to return true.
*/
Expand Down

0 comments on commit 0ac65d7

Please sign in to comment.