@@ -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) |
@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\craft\ember\objects; |
10 | 10 | |
11 | -use craft\helpers\DateTimeHelper; |
|
12 | 11 | use DateTime; |
12 | +use craft\helpers\DateTimeHelper; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @property DateTime|null $dateCreated |
@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\craft\ember\objects; |
10 | 10 | |
11 | -use craft\helpers\DateTimeHelper; |
|
12 | 11 | use DateTime; |
12 | +use craft\helpers\DateTimeHelper; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @property DateTime|null $dateUpdated |