Closed alexlcdee closed 7 years ago
Ok, thanks for PR, but I can't accept it due to changes in code style: spaces instead of tabs, opening brace on the next line, spaces around .
in string concatenations.
Please, fix these problems and I'd be happy to merge it.
And also it'd better be
if ($count > 100) $count %= 100;
Why we need another call?
Fixed. Of course we don't need another call, simply I don't thought about it.
Thanks for PR!
Example of failing test:
Fix: added recursive call of Plurality::getNumeralForm if $count > 100 with $count % 100.