protonemedia / laravel-ffmpeg

This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
https://protone.media/en/blog/how-to-use-ffmpeg-in-your-laravel-projects
MIT License
1.63k stars 194 forks source link

[fix] php 8.x avoid Implicit conversion from float #402

Closed ibrainventures closed 2 years ago

ibrainventures commented 2 years ago

as typehinted as integer. only round delivers double - and only intval has rounding errors (cause of intval is cutting). so both methods :-)

on line 48 there is a round method. may this also can intval-ed ?

ibrainventures commented 2 years ago

Mistake with the second conversion.