@@ -211,7 +211,7 @@ |
||
211 | 211 | /** |
212 | 212 | * @inheritDoc |
213 | 213 | */ |
214 | - public function quoteIdentifier(string|Expression $value): string |
|
214 | + public function quoteIdentifier(string | Expression $value): string |
|
215 | 215 | { |
216 | 216 | if ($value instanceof Expression) { |
217 | 217 | return $this->getExpressions($value->getExpressions()); |
@@ -494,7 +494,7 @@ |
||
494 | 494 | * |
495 | 495 | * @return string |
496 | 496 | */ |
497 | - public function quoteIdentifier(string|Expression $value): string |
|
497 | + public function quoteIdentifier(string | Expression $value): string |
|
498 | 498 | { |
499 | 499 | if ($value instanceof Expression) { |
500 | 500 | return $this->getExpressions($value->getExpressions()); |