Completed
Push — master ( 102525...d982bf )
by vistart
23:56 queued 17s
created
console/controllers/OrganizationController.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -110,8 +110,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.