Completed
Push — master ( 4666a2...f8cbc9 )
by vistart
07:25 queued 04:35
created
Member.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
 
121 121
     /**
122 122
      * Set Organization.
123
-     * @param BaseOrganization $organization
123
+     * @param Organization $organization
124 124
      * @return boolean
125 125
      */
126 126
     public function setOrganization($organization)
Please login to merge, or discard this patch.
Organization.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 use rhosocial\base\models\queries\BaseUserQuery;
17 17
 use rhosocial\user\User;
18 18
 use rhosocial\organization\queries\MemberQuery;
19
-use rhosocial\organization\queries\DepartmentQuery;
20
-use rhosocial\organization\queries\OrganizationQuery;
21 19
 use Yii;
22 20
 
23 21
 /**
Please login to merge, or discard this patch.
UserOrganizationTrait.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
      * Create organization.
166 166
      * @param string $name
167 167
      * @param string $nickname
168
-     * @param string $gravatar_type
168
+     * @param integer $gravatar_type
169 169
      * @param string $gravatar
170 170
      * @param string $timezone
171 171
      * @param string $description
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
      * Create department.
181 181
      * @param string $name
182 182
      * @param string $nickname
183
-     * @param string $gravatar_type
183
+     * @param integer $gravatar_type
184 184
      * @param string $gravatar
185 185
      * @param string $timezone
186 186
      * @param string $description
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use rhosocial\organization\queries\OrganizationQuery;
17 17
 use Yii;
18 18
 use yii\base\InvalidConfigException;
19
-use yii\base\InvalidParamException;
20 19
 
21 20
 /**
22 21
  * @property string $guidAttribute GUID Attribute.
Please login to merge, or discard this patch.