Skip to content

Use explicit nullable type hints#14

Open
jalr wants to merge 4 commits into
undkonsorten:developfrom
jalr:php-8.4
Open

Use explicit nullable type hints#14
jalr wants to merge 4 commits into
undkonsorten:developfrom
jalr:php-8.4

Conversation

@jalr

@jalr jalr commented Feb 12, 2026

Copy link
Copy Markdown

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

jalr commented Feb 12, 2026

Copy link
Copy Markdown
Author

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.

jalr 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