TheBigBrainsCompany / TbbcMoneyBundle

This bundle is used to integrate the Money library (https://github.com/mathiasverraes/money) into a Symfony project. This library is based on Fowler's Money pattern (https://verraes.net/2011/04/fowler-money-pattern-in-php/)
MIT License
192 stars 74 forks source link

chore: small improvements #169

Closed Chris53897 closed 7 months ago

Chris53897 commented 7 months ago

The suggested Change (performance) from intval to (int) is the most noteable change here.