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 Polish złoty
*/
class PLN extends Money
{
* {@inheritdoc}
final public function getCurrency()
return 'PLN';
}
final protected function getDecimals()
return 2;