@@ -294,7 +294,7 @@ |
||
| 294 | 294 | /** |
| 295 | 295 | * Returns the field's input HTML. |
| 296 | 296 | * |
| 297 | - * @param mixed $value |
|
| 297 | + * @param DomainsQuery $value |
|
| 298 | 298 | * @param ElementInterface|null $element |
| 299 | 299 | * @param bool $static |
| 300 | 300 | * |
@@ -282,7 +282,7 @@ |
||
| 282 | 282 | } |
| 283 | 283 | |
| 284 | 284 | /** |
| 285 | - * @param null $siteId |
|
| 285 | + * @param integer|null $siteId |
|
| 286 | 286 | * @return int |
| 287 | 287 | */ |
| 288 | 288 | private function resolveSiteId($siteId = null): int |