@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | /** |
| 142 | 142 | * Associate types to an organization |
| 143 | 143 | * |
| 144 | - * @param $types |
|
| 144 | + * @param OrganizationType[] $types |
|
| 145 | 145 | * @return $this |
| 146 | 146 | * |
| 147 | 147 | * @deprecated |
@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | /** |
| 224 | 224 | * Get an associated type by identifier (id/handle) |
| 225 | 225 | * |
| 226 | - * @param $identifier |
|
| 226 | + * @param integer|null $identifier |
|
| 227 | 227 | * @return null|TypeModel |
| 228 | 228 | */ |
| 229 | 229 | public function getType($identifier) |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | *******************************************/ |
| 142 | 142 | |
| 143 | 143 | /** |
| 144 | - * @param $object |
|
| 144 | + * @param Organization $object |
|
| 145 | 145 | * @param int|null $sortOrder |
| 146 | 146 | * @return bool |
| 147 | 147 | */ |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | /** |
| 168 | - * @param QueryInterface|Organization[] $objects |
|
| 168 | + * @param \flipbox\organizations\queries\OrganizationQuery $objects |
|
| 169 | 169 | * @return bool |
| 170 | 170 | * @throws \Throwable |
| 171 | 171 | */ |
@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | *******************************************/ |
| 191 | 191 | |
| 192 | 192 | /** |
| 193 | - * @param $object |
|
| 193 | + * @param Organization $object |
|
| 194 | 194 | * @return bool |
| 195 | 195 | * @throws \Throwable |
| 196 | 196 | * @throws \yii\db\StaleObjectException |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | /** |
| 216 | - * @param QueryInterface|Organization[] $objects |
|
| 216 | + * @param \flipbox\organizations\queries\OrganizationQuery $objects |
|
| 217 | 217 | * @return bool |
| 218 | 218 | * @throws \Throwable |
| 219 | 219 | */ |
@@ -450,7 +450,7 @@ |
||
| 450 | 450 | |
| 451 | 451 | /** |
| 452 | 452 | * @param OrganizationTypeAssociation|OrganizationType|int|array|null $type |
| 453 | - * @return array|OrganizationType|null |
|
| 453 | + * @return null|\flipbox\craft\ember\records\ActiveRecord |
|
| 454 | 454 | */ |
| 455 | 455 | protected function resolveType($type = null) |
| 456 | 456 | { |