QRPlatba
QRPlatba copied to clipboard
Fixed wrong return type.
Return type of bcmod function needs to be string, because it can return number greater than PHP_INT_MAX, eg for numbers: bcmod(PHP_INT_MAX . '1', PHP_INT_MAX . '2');
So it should have same return type as original PHP function: https://www.php.net/manual/en/function.bcmod.php