for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Z38\SwissPayment\Money;
/**
* Sum of money in Japanese yen
*/
class JPY extends Money
{
* {@inheritdoc}
final public function getCurrency()
return 'JPY';
}
final protected function getDecimals()
return 0;