@@ -110,8 +110,8 @@ discard block |
||
110 | 110 | * Assign SetUpOrganization permission and set upper limit. |
111 | 111 | * If the permission has been assigned, it will only change the limit. |
112 | 112 | * @param User|string|integer $user |
113 | - * @param string|integer $limit |
|
114 | - * @return boolean |
|
113 | + * @param integer $limit |
|
114 | + * @return integer |
|
115 | 115 | */ |
116 | 116 | public function actionAssignSetUpOrganization($user, $limit = 1) |
117 | 117 | { |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | /** |
167 | 167 | * Revoke SetUpOrganization permission. |
168 | 168 | * @param User|string|integer $user |
169 | - * @return boolean |
|
169 | + * @return integer |
|
170 | 170 | */ |
171 | 171 | public function actionRevokeSetUpOrganization($user) |
172 | 172 | { |
@@ -289,7 +289,7 @@ discard block |
||
289 | 289 | * Remove administrator |
290 | 290 | * @param Organization|string|integer $organization |
291 | 291 | * @param User|string|integer $user |
292 | - * @param boolean $keepMember |
|
292 | + * @param string|boolean $keepMember |
|
293 | 293 | * @throws Exception |
294 | 294 | * @return integer |
295 | 295 | */ |