@@ -55,7 +55,7 @@ |
||
55 | 55 | * Standard param parsing. |
56 | 56 | * |
57 | 57 | * @param $value |
58 | - * @param $join |
|
58 | + * @param string $join |
|
59 | 59 | * @return bool |
60 | 60 | */ |
61 | 61 | public static function parseBaseParam(&$value, &$join): bool |
@@ -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) |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * @param array $matches |
|
37 | + * @param string[] $matches |
|
38 | 38 | * @param array $log |
39 | 39 | * @return array |
40 | 40 | */ |
@@ -96,6 +96,7 @@ discard block |
||
96 | 96 | |
97 | 97 | /** |
98 | 98 | * @param string |
99 | + * @param string|boolean $file |
|
99 | 100 | */ |
100 | 101 | protected function parseFile($file) |
101 | 102 | { |
@@ -104,7 +104,7 @@ |
||
104 | 104 | } |
105 | 105 | |
106 | 106 | /** |
107 | - * @return array |
|
107 | + * @return callable |
|
108 | 108 | */ |
109 | 109 | protected static function loggerFileTarget() |
110 | 110 | { |