Passed
Pull Request — main (#348)
by Martin
13:53
created
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/Point.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,8 @@
 block discarded – undo
14 14
     public function __construct(
15 15
         private readonly float $x,
16 16
         private readonly float $y,
17
-    ) {}
17
+    ) {
18
+}
18 19
 
19 20
     public function __toString(): string
20 21
     {
Please login to merge, or discard this patch.