Skip to content

Fix use of non-canonical cast names#152

Merged
thePanz merged 1 commit intoFriendsOfSymfony1:masterfrom
mentalstring:non-canonical-cast-names
Dec 3, 2025
Merged

Fix use of non-canonical cast names#152
thePanz merged 1 commit intoFriendsOfSymfony1:masterfrom
mentalstring:non-canonical-cast-names

Conversation

@mentalstring
Copy link

In PHP 8.5, use of non-canonical cast names has been deprecated

(boolean) -> (bool)
(integer) -> (int)
(double) -> (float)
(binary) -> (string)

In PHP 8.5, use of non-canonical cast names has been deprecated
(boolean) -> (bool)
(integer) -> (int)
(double) -> (float)
(binary) -> (string)
@thePanz thePanz merged commit dbb12d0 into FriendsOfSymfony1:master Dec 3, 2025
6 checks passed
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