planetteamspeak / ts3phpframework

Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
https://www.planetteamspeak.com
GNU General Public License v3.0
211 stars 59 forks source link

Issue #194: Fix incompatible float to int conversion #202

Closed Sebbo94BY closed 1 year ago

Sebbo94BY commented 1 year ago

Simplifies the conversion of seconds to a human readable format by using a PHP built-in function. This also solves the conversion problem reported in the issue #194.

See https://www.php.net/manual/de/class.datetime.php and https://php.watch/versions/8.1/deprecate-implicit-conversion-incompatible-float-string for further information.

Closes #194

Sebbo94BY commented 1 year ago

I guess, we can simply merge this change or what do you think about it @ronindesign ?

ronindesign commented 1 year ago

Thank you for the contribution!