Skip to content

Change type casting from double to float#469

Merged
JamesHeinrich merged 1 commit intoJamesHeinrich:masterfrom
TobiasBg:patch-1
Sep 2, 2025
Merged

Change type casting from double to float#469
JamesHeinrich merged 1 commit intoJamesHeinrich:masterfrom
TobiasBg:patch-1

Conversation

@TobiasBg
Copy link
Contributor

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants