Skip to content

Commit d0430b8

Browse files
committed
change in a php file
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent b375096 commit d0430b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/ApprovalService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getBasicUserRules(string $userId, string $role): array {
7676
*
7777
* @param string $userId
7878
* @param string $role
79-
* @param int|null $fileId
79+
* @param int|null $fileId the file id
8080
* @return array
8181
*/
8282
public function getUserRules(string $userId, string $role = 'requesters', ?int $fileId = null): array {

0 commit comments

Comments
 (0)