Completed
Push — SF4 ( 2055ef...fac339 )
by Laurent
22:13
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 ($this->getRate() * 100) . ' %';
87
+        return ($this->getRate() * 100).' %';
88 88
     }
89 89
 }
Please login to merge, or discard this patch.