We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b375096 commit d0430b8Copy full SHA for d0430b8
lib/Service/ApprovalService.php
@@ -76,7 +76,7 @@ public function getBasicUserRules(string $userId, string $role): array {
76
*
77
* @param string $userId
78
* @param string $role
79
- * @param int|null $fileId
+ * @param int|null $fileId the file id
80
* @return array
81
*/
82
public function getUserRules(string $userId, string $role = 'requesters', ?int $fileId = null): array {
0 commit comments