@@ -223,7 +223,6 @@ discard block |
||
| 223 | 223 | * |
| 224 | 224 | * Helper for handling the translation of query objects from query builders. |
| 225 | 225 | * |
| 226 | - * @param mixed $value |
|
| 227 | 226 | * @return Database\Query |
| 228 | 227 | */ |
| 229 | 228 | protected function translateTranslatable($query) { |
@@ -495,7 +494,7 @@ discard block |
||
| 495 | 494 | /** |
| 496 | 495 | * Prepare table joins. |
| 497 | 496 | * |
| 498 | - * @param array $joins |
|
| 497 | + * @param Join[] $joins |
|
| 499 | 498 | * @return string |
| 500 | 499 | */ |
| 501 | 500 | protected function prepareJoins(array $joins) { |
@@ -651,7 +650,7 @@ discard block |
||
| 651 | 650 | * translateRead(). |
| 652 | 651 | * |
| 653 | 652 | * @param string $table |
| 654 | - * @param array|string $columns |
|
| 653 | + * @param string $columns |
|
| 655 | 654 | * @param string $joins [optional] |
| 656 | 655 | * @param string $where [optional] |
| 657 | 656 | * @param string $order [optional] |