@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Applies the 'fixedOrder' and 'orderBy' params to the query being prepared. |
50 | 50 | * |
51 | - * @param Connection|null $db The database connection used to generate the SQL statement. |
|
51 | + * @param Connection $db The database connection used to generate the SQL statement. |
|
52 | 52 | * If this parameter is not given, the `db` application component will be used. |
53 | 53 | */ |
54 | 54 | protected function applyOrderByParams(Connection $db) |
@@ -54,7 +54,7 @@ |
||
54 | 54 | /** |
55 | 55 | * Associate a site |
56 | 56 | * |
57 | - * @param mixed $field |
|
57 | + * @param FieldInterface|null $field |
|
58 | 58 | * @return $this |
59 | 59 | */ |
60 | 60 | public function setField($field = null) |
@@ -119,7 +119,7 @@ |
||
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |
122 | - * @param $recipient |
|
122 | + * @param User $recipient |
|
123 | 123 | * @param array $params |
124 | 124 | * @return MessageInterface |
125 | 125 | * @throws \yii\base\InvalidConfigException |
@@ -263,7 +263,7 @@ |
||
263 | 263 | } |
264 | 264 | |
265 | 265 | /** |
266 | - * @param $name |
|
266 | + * @param string $name |
|
267 | 267 | * @return bool |
268 | 268 | */ |
269 | 269 | protected function hasSetterPriority($name) |
@@ -51,7 +51,7 @@ |
||
51 | 51 | } |
52 | 52 | |
53 | 53 | /** |
54 | - * @return false|string|null |
|
54 | + * @return null|string |
|
55 | 55 | * @throws \Exception |
56 | 56 | */ |
57 | 57 | public function getDateUpdatedIso8601() |
@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Associate a element |
57 | 57 | * |
58 | - * @param mixed $element |
|
58 | + * @param ElementInterface|null $element |
|
59 | 59 | * @return $this |
60 | 60 | */ |
61 | 61 | public function setElement($element = null) |