[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:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 3 additions, 3 deletions.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
- typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 2 additions, 2 deletions...ysext/core/Classes/Utility/ExtensionManagementUtility.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php 1 addition, 1 deletion...lasses/Persistence/Generic/Storage/Typo3DbQueryParser.php
- typo3/sysext/form/Classes/Service/TranslationService.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Service/TranslationService.php
- typo3/sysext/indexed_search/Classes/Domain/Repository/AdministrationRepository.php 1 addition, 1 deletion...ch/Classes/Domain/Repository/AdministrationRepository.php
- typo3/sysext/sys_note/Classes/Hook/PageHook.php 2 additions, 2 deletionstypo3/sysext/sys_note/Classes/Hook/PageHook.php
- typo3/sysext/workspaces/Classes/Dependency/DependencyEntityFactory.php 2 additions, 2 deletions...workspaces/Classes/Dependency/DependencyEntityFactory.php
- typo3/sysext/workspaces/Classes/Dependency/EventCallback.php 1 addition, 1 deletiontypo3/sysext/workspaces/Classes/Dependency/EventCallback.php
Please register or sign in to comment