Test Failed
Push — range-types ( b971ee...31c970 )
by Martin
12:09
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.