[TASK] Avoid implicitly nullable class method parameter in `EXT:backend`
With PHP 8.4 marking method parameter implicitly nullable is deprecated and will emit a `E_DEPRECATED` warning. One recommended way to resolve this, is making it explicitly nullable using the `?` nullable operator or adding a null type to an union type definition. [1] This prepares the way towards PHP 8.4 compatibility. [1] https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated Resolves: #104278 Releases: main, 12.4, 11.5 Change-Id: Ia3a4bc344b369b8697c88ed14ac06354dd988dce Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85040 Tested-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Classes/Backend/Avatar/Avatar.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Backend/Avatar/Avatar.php
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Command/ProgressListener/ReferenceIndexProgressListener.php 3 additions, 3 deletions...mmand/ProgressListener/ReferenceIndexProgressListener.php
- typo3/sysext/backend/Classes/Configuration/BackendUserConfiguration.php 1 addition, 1 deletion...ackend/Classes/Configuration/BackendUserConfiguration.php
- typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php 2 additions, 2 deletions...lasses/Configuration/TranslationConfigurationProvider.php
- typo3/sysext/backend/Classes/Controller/AbstractLinkBrowserController.php 1 addition, 1 deletion...kend/Classes/Controller/AbstractLinkBrowserController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php 1 addition, 1 deletion...Controller/ContentElement/NewContentElementController.php
- typo3/sysext/backend/Classes/Controller/Event/ModifyNewContentElementWizardItemsEvent.php 1 addition, 1 deletion...troller/Event/ModifyNewContentElementWizardItemsEvent.php
- typo3/sysext/backend/Classes/Controller/FileStorage/TreeController.php 1 addition, 1 deletion...backend/Classes/Controller/FileStorage/TreeController.php
- typo3/sysext/backend/Classes/Domain/Model/Element/ImmediateActionElement.php 3 additions, 3 deletions...d/Classes/Domain/Model/Element/ImmediateActionElement.php
- typo3/sysext/backend/Classes/Domain/Repository/Localization/LocalizationRepository.php 1 addition, 1 deletion...Domain/Repository/Localization/LocalizationRepository.php
- typo3/sysext/backend/Classes/EventListener/FailedLoginAttemptNotification.php 1 addition, 1 deletion.../Classes/EventListener/FailedLoginAttemptNotification.php
- typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php 1 addition, 1 deletion...3/sysext/backend/Classes/Form/Element/FileInfoElement.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/SiteResolving.php 1 addition, 1 deletion...t/backend/Classes/Form/FormDataProvider/SiteResolving.php
- typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php 1 addition, 1 deletion...ext/backend/Classes/FrontendBackendUserAuthentication.php
- typo3/sysext/backend/Classes/History/RecordHistory.php 4 additions, 4 deletionstypo3/sysext/backend/Classes/History/RecordHistory.php
- typo3/sysext/backend/Classes/LoginProvider/LoginProviderResolver.php 1 addition, 1 deletion...t/backend/Classes/LoginProvider/LoginProviderResolver.php
- typo3/sysext/backend/Classes/Routing/PreviewUriBuilder.php 7 additions, 7 deletionstypo3/sysext/backend/Classes/Routing/PreviewUriBuilder.php
- typo3/sysext/backend/Classes/Routing/UriBuilder.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Routing/UriBuilder.php
- typo3/sysext/backend/Classes/Security/SudoMode/Access/AccessClaim.php 1 addition, 1 deletion.../backend/Classes/Security/SudoMode/Access/AccessClaim.php
Please register or sign in to comment