Test Failed
Push — postgis ( 1679b8...76d0b6 )
by Martin
13:19
created
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/WktSpatialData.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,8 @@
 block discarded – undo
27 27
         private readonly GeometryType $geometryType,
28 28
         private readonly string $wktBody,
29 29
         private readonly ?DimensionalModifier $dimensionalModifier = null
30
-    ) {}
30
+    ) {
31
+}
31 32
 
32 33
     public function __toString(): string
33 34
     {
Please login to merge, or discard this patch.