@@ -352,7 +352,7 @@ discard block |
||
| 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 |
||
| 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 | { |