@@ -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 | { |