@@ -198,7 +198,6 @@ |
||
198 | 198 | /** |
199 | 199 | * {@inheritdoc} |
200 | 200 | * |
201 | - * @param string $class Class to be used to represent PDOStatement. |
|
202 | 201 | * @param array $args Class construction arguments, by default array of parameters. |
203 | 202 | * |
204 | 203 | * @return PDOResult |
@@ -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 |