Passed
Push — main ( 75b025...9ba319 )
by Martin
31:45 queued 16:46
created
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/Range.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,12 +145,12 @@
 block discarded – undo
145 145
         return new static(null, null, false, false);
146 146
     }
147 147
 
148
-    public function getLower(): \DateTimeInterface|float|int|null
148
+    public function getLower(): \DateTimeInterface | float | int | null
149 149
     {
150 150
         return $this->lower;
151 151
     }
152 152
 
153
-    public function getUpper(): \DateTimeInterface|float|int|null
153
+    public function getUpper(): \DateTimeInterface | float | int | null
154 154
     {
155 155
         return $this->upper;
156 156
     }
Please login to merge, or discard this patch.