zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 36 forks source link

New ToFloat filter #71

Closed wnowogrodzki closed 5 years ago

wnowogrodzki commented 5 years ago

While zend-filter has provided the ToInt filter, ToFloat was missing.

This patch provides a ToFloat filter with usage identical to ToInt.

froschdesign commented 5 years ago

@wnowogrodzki Please check Travis, because something is missing in FilterPluginManager.

wnowogrodzki commented 5 years ago

@froschdesign Done.

weierophinney commented 5 years ago

Thanks, @wnowogrodzki!