| @@ -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 | 
| @@ -85,7 +85,7 @@ | ||
| 85 | 85 | */ | 
| 86 | 86 | public function dump($value, int $output = self::OUTPUT_ECHO): string | 
| 87 | 87 |      { | 
| 88 | -         switch ($output) { | |
| 88 | +            switch ($output) { | |
| 89 | 89 | case self::OUTPUT_ECHO: | 
| 90 | 90 | echo $this->style->wrapContainer($this->dumpValue($value, '', 0)); | 
| 91 | 91 | break; | 
| @@ -228,7 +228,7 @@ | ||
| 228 | 228 | * Execute statement. | 
| 229 | 229 | * | 
| 230 | 230 | * @param string $statement | 
| 231 | - * @param array $parameters | |
| 231 | + * @param string[] $parameters | |
| 232 | 232 | * @return \PDOStatement | 
| 233 | 233 | */ | 
| 234 | 234 | protected function run($statement, array $parameters = []) |