strings icon indicating copy to clipboard operation
strings copied to clipboard

Use more strict parameter type in methods `toOrdinal()` and `normalize()` of `NumericHelper`

Open vjik opened this issue 9 months ago • 0 comments

This allow remove check type into this methods.

NumericHelper::toOrdinal(float|int|string $value);
NumericHelper::normalize(bool|float|int|string $value);

vjik avatar Sep 17 '23 07:09 vjik