You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.5 deprecates non-canonical scalar type casts (boolean|double|integer|binary). Therefore, their canonical versions should be used.
See https://php.watch/versions/8.5/boolean-double-integer-binary-casts-deprecated
The changes in this commit are the only non-canonical scalar type cases in the getID3 codebase.
0 commit comments