Passed
Push — develop ( 9a305d...d4ebb9 )
by nguereza
10:49
created
src/Driver/Oracle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.
src/Driver/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -494,7 +494,7 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.