6 calls to Calculator::trim() in Price 8
- Calculator::add in src/Calculator.php 
- Adds the second number to the first number.
- Calculator::divide in src/Calculator.php 
- Divides the first number by the second number.
- Calculator::multiply in src/Calculator.php 
- Multiplies the first number by the second number.
- Calculator::subtract in src/Calculator.php 
- Subtracts the second number from the first number.
- Price::__toString in src/Price.php 
- Gets the string representation of the price.
- PriceModified::__toString in src/PriceModified.php 
- Gets the string representation of the price.
