@@ -135,7 +135,7 @@ |
||
135 | 135 | /** |
136 | 136 | * Applies the 'fixedOrder' and 'orderBy' params to the query being prepared. |
137 | 137 | * |
138 | - * @param Connection|null $db The database connection used to generate the SQL statement. |
|
138 | + * @param Connection $db The database connection used to generate the SQL statement. |
|
139 | 139 | * If this parameter is not given, the `db` application component will be used. |
140 | 140 | * |
141 | 141 | * @throws Exception if the DB connection doesn't support fixed ordering |
@@ -85,6 +85,7 @@ |
||
85 | 85 | /** |
86 | 86 | * @inheritdoc |
87 | 87 | * return static |
88 | + * @param false|string $value |
|
88 | 89 | */ |
89 | 90 | public function domain($value) |
90 | 91 | { |
@@ -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 |