Skip to content
Snippets Groups Projects
Commit f13e9b55 authored by Benni Mack's avatar Benni Mack Committed by Anja Leichsenring
Browse files

[BUGFIX] Do not use optional method arguments before required arguments

In order to ensure PHP 8 compatibility, PHP methods should not have
optional arguments BEFORE required arguments.

Resolves: #92140
Releases: master
Change-Id: Ia9ee2ba12af0301d7bf2a0defbe6ad64674c1a71
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65742


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 06ae5aab
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment