@@ -538,7 +538,7 @@ |
||
538 | 538 | * are an array of limitation values. The limitation parameter is optional. |
539 | 539 | * |
540 | 540 | * @param mixed $contentId The groupId or userId to assign the role to. |
541 | - * @param mixed $roleId |
|
541 | + * @param integer|null $roleId |
|
542 | 542 | * @param array $limitation |
543 | 543 | */ |
544 | 544 | public function assignRole($contentId, $roleId, array $limitation = null) |