QRPlatba icon indicating copy to clipboard operation
QRPlatba copied to clipboard

Fixed wrong return type.

Open TonnyJe opened this issue 1 year ago • 0 comments

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

TonnyJe avatar Apr 04 '23 13:04 TonnyJe