Skip to content

Commit

Permalink
support for bitcoin parsing and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Feb 17, 2016
1 parent 009ac6e commit ed66e79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Formatter/BitcoinSupportedMoneyFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function __construct(MoneyFormatter $innerFormatter, $fractionDigits)
$this->fractionDigits = $fractionDigits;
}


/**
* Formats a Money object as string.
*
Expand Down
1 change: 0 additions & 1 deletion tests/Formatter/BitcoinSupportedMoneyFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class BitcoinSupportedMoneyFormatterTest extends \PHPUnit_Framework_TestCase
{

public function testRoundMoney()
{
$money = new Money(100000, new Currency('XBT'));
Expand Down

0 comments on commit ed66e79

Please sign in to comment.