Completed
Push — master ( c97268...d29426 )
by Nicolaas
02:48
created
code/modifiers/GSTTaxModifier.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
     /**
353 353
      * tells us if the tax for the current order is inclusive
354 354
      * default: true
355
-     * @return Bool
355
+     * @return boolean|null
356 356
      */
357 357
     protected function isInclusive()
358 358
     {
@@ -645,7 +645,7 @@  discard block
 block discarded – undo
645 645
 
646 646
     /**
647 647
      * Used to save DebugString to database
648
-     * @return float
648
+     * @return string
649 649
      */
650 650
     protected function LiveDebugString()
651 651
     {
Please login to merge, or discard this patch.