@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | } |
83 | 83 | |
84 | 84 | /** |
85 | - * @param string $actorId |
|
85 | + * @param IdentityId $actorId |
|
86 | 86 | * @param Command $command |
87 | 87 | * @return bool |
88 | 88 | */ |
@@ -115,8 +115,8 @@ discard block |
||
115 | 115 | } |
116 | 116 | |
117 | 117 | /** |
118 | - * @param string $actorId |
|
119 | - * @param string $actorInstitution |
|
118 | + * @param IdentityId $actorId |
|
119 | + * @param Institution $actorInstitution |
|
120 | 120 | * @param Command $command |
121 | 121 | * @return bool |
122 | 122 | */ |