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 Hong Kong dollars
*/
class HKD extends Money
{
* {@inheritdoc}
final public function getCurrency()
return 'HKD';
}
final protected function getDecimals()
return 2;