Passed
Pull Request — main (#348)
by
unknown
11:17
created
src/MartinGeorgiev/Doctrine/DBAL/Types/PointArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             throw InvalidPointArrayItemForDatabaseException::isNotAPoint($item);
27 27
         }
28 28
 
29
-        return '"' . $item . '"';
29
+        return '"'.$item.'"';
30 30
     }
31 31
 
32 32
     protected function transformPostgresArrayToPHPArray(string $postgresArray): array
Please login to merge, or discard this patch.