Passed
Push — postgis ( 9ee1f1...63e135 )
by Martin
11:44
created
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/Range.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,8 @@
 block discarded – undo
31 31
         protected readonly bool $isLowerBracketInclusive = true,
32 32
         protected readonly bool $isUpperBracketInclusive = false,
33 33
         protected readonly bool $isExplicitlyEmpty = false,
34
-    ) {}
34
+    ) {
35
+}
35 36
 
36 37
     public function __toString(): string
37 38
     {
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/Int8Range.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,4 +11,6 @@
 block discarded – undo
11 11
  *
12 12
  * @author Martin Georgiev <[email protected]>
13 13
  */
14
-final class Int8Range extends BaseIntegerRange {}
14
+final class Int8Range extends BaseIntegerRange
15
+{
16
+}
Please login to merge, or discard this patch.
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.