Skip to content

Commit

Permalink
Update CS.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 28, 2018
1 parent e5389f5 commit 89848fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Concerns/Vat.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Duit\Concerns;

use Money\Money;
use Money\Currency;
use Money\MoneyFormatter;

trait Vat
Expand Down
1 change: 0 additions & 1 deletion tests/MYRTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public function it_can_determine_is_less_than_or_equals()
$this->assertFalse((new MYR(501))->equals(new MYR(500)));
}


/** @test */
public function it_can_determine_is_greater_than()
{
Expand Down

0 comments on commit 89848fb

Please sign in to comment.