@@ -475,12 +475,12 @@ |
||
475 | 475 | } |
476 | 476 | } |
477 | 477 | |
478 | - /** |
|
479 | - * Change the query parameters placeholder with the value |
|
480 | - * @param string $query |
|
481 | - * @param array<int, mixed> $params |
|
482 | - * @return string |
|
483 | - */ |
|
478 | + /** |
|
479 | + * Change the query parameters placeholder with the value |
|
480 | + * @param string $query |
|
481 | + * @param array<int, mixed> $params |
|
482 | + * @return string |
|
483 | + */ |
|
484 | 484 | protected function replaceParameters(string $query, array $params): string |
485 | 485 | { |
486 | 486 | $driver = $this->driver; |