Completed
Push — master ( 5c5f72...8fe9d2 )
by vistart
07:22
created
web/organization/controllers/my/UpdateMemberAction.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * Check access.
52
-     * @param $org
52
+     * @param \rhosocial\organization\Organization $org
53 53
      * @param $user
54 54
      * @return bool
55 55
      * @throws UnauthorizedManageMemberException
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use rhosocial\organization\web\organization\Module;
19 19
 use Yii;
20 20
 use yii\base\Action;
21
-use yii\web\BadRequestHttpException;
22 21
 
23 22
 /**
24 23
  * Class UpdateMemberAction
Please login to merge, or discard this patch.