@@ -271,7 +271,7 @@ |
||
| 271 | 271 | /** |
| 272 | 272 | * Get an associated type by identifier (id/handle) |
| 273 | 273 | * |
| 274 | - * @param $identifier |
|
| 274 | + * @param integer|null $identifier |
|
| 275 | 275 | * @return null|TypeModel |
| 276 | 276 | */ |
| 277 | 277 | public function getType($identifier) |
@@ -380,7 +380,7 @@ |
||
| 380 | 380 | } |
| 381 | 381 | |
| 382 | 382 | /** |
| 383 | - * @param QueryInterface|ElementInterface[] $objects |
|
| 383 | + * @param \craft\elements\db\UserQuery $objects |
|
| 384 | 384 | * @return bool |
| 385 | 385 | */ |
| 386 | 386 | public function dissociateMany($objects): bool |