Completed
Push — SF4 ( fac339...2d2f19 )
by Laurent
13:09 queued 09:17
created
src/Entity/Settings/Diverse/Tva.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,6 +84,6 @@
 block discarded – undo
84 84
      */
85 85
     public function getName()
86 86
     {
87
-        return (number_format($this->getRate() * 100, 1)) . ' %';
87
+        return (number_format($this->getRate() * 100, 1)).' %';
88 88
     }
89 89
 }
Please login to merge, or discard this patch.