php-unit-conversion
php-unit-conversion copied to clipboard
Spelling error in Unit::substract method name
The English word is spelled subtract (without an s), not substract as the library uses it.
Of course simply renaming it to the correct spelling would be a BC, but the incorrect version could be kept as an alias with a @deprecated
annotation.