Skip to content

Use explicit nullable type hints#14

Open
jalr wants to merge 3 commits intoundkonsorten:developfrom
jalr:php-8.4
Open

Use explicit nullable type hints#14
jalr wants to merge 3 commits intoundkonsorten:developfrom
jalr:php-8.4

Conversation

@jalr
Copy link
Copy Markdown

@jalr jalr commented Feb 12, 2026

Implicitly marking parameters is deprecated since PHP 8.4.

Make nullability explicit with ?Type for Demand and Throwable parameters and update the related developer documentation.

Implicitly marking parameters is deprecated since PHP 8.4.

Make nullability explicit with ?Type for Demand and Throwable
parameters and update the related developer documentation.
@jalr
Copy link
Copy Markdown
Author

jalr commented Feb 12, 2026

I'm not sure if the develop branch is the correct target. I chose it because the main branch does not yet include the changes from tag 9.5.1.

Jakob Lechner added 2 commits April 9, 2026 15:43
This function was removed in TYPO3 version 11.
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.

1 participant