Skip to content

[TASK] Replace non-canonical cast names (boolean) and (integer) with (bool) and (int)#1968

Open
RKlingler wants to merge 1 commit intoFluidTYPO3:developmentfrom
RKlingler:deprecated-cast-names
Open

[TASK] Replace non-canonical cast names (boolean) and (integer) with (bool) and (int)#1968
RKlingler wants to merge 1 commit intoFluidTYPO3:developmentfrom
RKlingler:deprecated-cast-names

Conversation

@RKlingler
Copy link
Copy Markdown

The non-canonical cast names (boolean) and (integer) are deprecated as of PHP 8.5 https://www.php.net/manual/de/migration85.deprecated.php

Fixes #1962

…(bool) and (int)

The non-canonical cast names (boolean) and (integer) are deprecated as of PHP 8.5
https://www.php.net/manual/de/migration85.deprecated.php
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.

BUG: PHP Runtime Deprecations due Non-canonical casts under PHP 8.5.x

1 participant