Luracast / Restler

Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API
http://luracast.com/products/restler/
GNU Lesser General Public License v2.1
1.36k stars 315 forks source link

Prevent implicit conversion notice on PHP 8.1 #684

Open JoyceBabu opened 2 years ago

JoyceBabu commented 2 years ago

Implicit conversion from float to int raises E_DEPRECATED notice on PHP 8.1

JoyceBabu commented 1 year ago

@Arul- Can you review / merge this PR when you get time? My error log is full of implicit conversion messages.