@@ -346,7 +346,7 @@ |
||
| 346 | 346 | * @param string $joiner Boolean joiner (AND | OR). |
| 347 | 347 | * @param array $parameters Set of parameters collected from where functions. |
| 348 | 348 | * @param array $tokens Array to aggregate compiled tokens. Reference. |
| 349 | - * @param \Closure|null|callable $wrapper Callback or closure used to wrap/collect every |
|
| 349 | + * @param callable $wrapper Callback or closure used to wrap/collect every |
|
| 350 | 350 | * potential parameter. |
| 351 | 351 | * |
| 352 | 352 | * @throws BuilderException |
@@ -375,7 +375,7 @@ |
||
| 375 | 375 | * Execute statement. |
| 376 | 376 | * |
| 377 | 377 | * @param string $statement |
| 378 | - * @param array $parameters |
|
| 378 | + * @param string[] $parameters |
|
| 379 | 379 | * |
| 380 | 380 | * @return \PDOStatement |
| 381 | 381 | * |