Completed
Branch master (f47633)
by Jorge
06:03
created
src/Taxes/Tax.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      *
22 22
      * @param string $type Type of the tax amount
23 23
      *
24
-     * @return int $percentage Amount of the tax
24
+     * @return double $percentage Amount of the tax
25 25
      */
26 26
     public function percentage($type = 'default'): float
27 27
     {
Please login to merge, or discard this patch.