@@ -19,6 +19,7 @@ |
||
| 19 | 19 | * CompositeExpression constructor. |
| 20 | 20 | * @param string $operator |
| 21 | 21 | * @param Expression[] ...$expressions |
| 22 | + * @param Expression $expressions |
|
| 22 | 23 | */ |
| 23 | 24 | protected function __construct(string $operator, Expression ...$expressions) |
| 24 | 25 | { |
@@ -211,7 +211,7 @@ |
||
| 211 | 211 | * Split into multiple INSERT statements. |
| 212 | 212 | * |
| 213 | 213 | * @param int $max |
| 214 | - * @return iterable|self[] |
|
| 214 | + * @return \Generator |
|
| 215 | 215 | */ |
| 216 | 216 | public function split(int $max): iterable |
| 217 | 217 | { |
@@ -585,7 +585,7 @@ |
||
| 585 | 585 | * @param int $buffer |
| 586 | 586 | * @param int $max |
| 587 | 587 | * @param int $offsetStart |
| 588 | - * @return iterable|self[] |
|
| 588 | + * @return \Generator |
|
| 589 | 589 | */ |
| 590 | 590 | public function split(int $buffer, int $max, int $offsetStart = 0): iterable |
| 591 | 591 | { |