Test Setup Failed
Push — master ( efcc87...9396da )
by Joachim
12:31
created
src/Entity/OrderLine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -366,7 +366,7 @@
 block discarded – undo
366 366
      */
367 367
     public function getVatPct() : float
368 368
     {
369
-        return (float)$this->vatPct;
369
+        return (float) $this->vatPct;
370 370
     }
371 371
 
372 372
     /**
Please login to merge, or discard this patch.