Releases: madebybob/php-number
Releases · madebybob/php-number
1.1.0
- Removed
AbstractNumber::create()in favor of extensibility. Added to the defaultNumberclass.
(it was not possible to extend the method by adding arguments inAbstractNumberimplementations).
Add this method to your ownAbstractNumberimplementations if you like to be able to use this static factory method. - Changed access identifier of
AbstractNumber::getNumberFromInput()fromprivatetoprotectedin favor of extensibility.