Passed
Push — master ( c14628...00c958 )
by vistart
04:09
created
exceptions/UnauthorizedManageMemberException.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 {
26 26
     /**
27 27
      * Constructor.
28
-     * @param string $message error message
29 28
      * @param int $code error code
30 29
      * @param \Exception $previous The previous exception used for the exception chaining.
31 30
      */
Please login to merge, or discard this patch.
web/organization/controllers/my/AddMemberAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use rhosocial\organization\Organization;
18 18
 use rhosocial\organization\rbac\permissions\ManageMember;
19 19
 use rhosocial\user\User;
20
-use rhosocial\user\UserProfileSearch;
21 20
 use Yii;
22 21
 use yii\base\Action;
23 22
 use yii\web\ServerErrorHttpException;
Please login to merge, or discard this patch.