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 #199: Fix deprecated `number_format()` parameter usage #201

Closed Sebbo94BY closed 1 year ago

Sebbo94BY commented 1 year ago

Passing null to non-nullable internal function parameters is deprecated.

See https://php.watch/versions/8.1/internal-func-non-nullable-null-deprecation for further information.

Closes #199