Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 31, 2024
1 parent 1ea922b commit 8f4d642
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MYR.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Money\MoneyFormatter;
use Money\Parser\DecimalMoneyParser;

class MYR implements Contracts\Money, \JsonSerializable
class MYR implements \JsonSerializable, Contracts\Money
{
use Concerns\Gst;

Expand Down Expand Up @@ -102,8 +102,6 @@ public function getMoney(): Money

/**
* Get applied tax.
*
* @return \Duit\Contracts\Taxable|null
*/
final public function getTax(): ?Contracts\Taxable
{
Expand Down

0 comments on commit 8f4d642

Please sign in to comment.