diff --git a/src/Formatter/BitcoinSupportedMoneyFormatter.php b/src/Formatter/BitcoinSupportedMoneyFormatter.php index c5c08d24..32a104fe 100644 --- a/src/Formatter/BitcoinSupportedMoneyFormatter.php +++ b/src/Formatter/BitcoinSupportedMoneyFormatter.php @@ -29,7 +29,6 @@ public function __construct(MoneyFormatter $innerFormatter, $fractionDigits) $this->fractionDigits = $fractionDigits; } - /** * Formats a Money object as string. * diff --git a/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php b/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php index aedb0866..6e88dd38 100644 --- a/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php +++ b/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php @@ -9,7 +9,6 @@ final class BitcoinSupportedMoneyFormatterTest extends \PHPUnit_Framework_TestCase { - public function testRoundMoney() { $money = new Money(100000, new Currency('XBT'));