@@ -58,7 +58,7 @@ |
||
| 58 | 58 | * Set table names SELECT query should be performed for. Table names can be provided with |
| 59 | 59 | * specified alias (AS construction). |
| 60 | 60 | * |
| 61 | - * @param array|string|mixed $tables Array of names, comma separated string or set of |
|
| 61 | + * @param string $tables Array of names, comma separated string or set of |
|
| 62 | 62 | * parameters. |
| 63 | 63 | * @return $this |
| 64 | 64 | */ |
@@ -126,7 +126,7 @@ |
||
| 126 | 126 | * |
| 127 | 127 | * @param array $columns Array of columns. |
| 128 | 128 | * @param array $rowsets Array of rowsets. |
| 129 | - * @return mixed |
|
| 129 | + * @return integer |
|
| 130 | 130 | */ |
| 131 | 131 | public function batchInsert(array $columns = [], array $rowsets = []) |
| 132 | 132 | { |
@@ -290,7 +290,7 @@ |
||
| 290 | 290 | /** |
| 291 | 291 | * Compile DISTINCT statement. |
| 292 | 292 | * |
| 293 | - * @param mixed $distinct Not every DBMS support distinct expression, only Postgres does. |
|
| 293 | + * @param boolean|string $distinct Not every DBMS support distinct expression, only Postgres does. |
|
| 294 | 294 | * |
| 295 | 295 | * @return string |
| 296 | 296 | */ |