[TASK] Avoid implicitly nullable class method parameter in `EXT:frontend`
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 tyype 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: #104237 Releases: main, 12.4, 11.5 Change-Id: Ieb8d05b2e44dc448f7a2142c5ad6a91e68cf98c0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84975 Tested-by:Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php 1 addition, 1 deletion...end/Classes/Authentication/FrontendUserAuthentication.php
- typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php 1 addition, 1 deletion...uration/TypoScript/ConditionMatching/ConditionMatcher.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 1 addition, 1 deletion.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/Exception/ExceptionHandlerInterface.php 1 addition, 1 deletion...ses/ContentObject/Exception/ExceptionHandlerInterface.php
- typo3/sysext/frontend/Classes/ContentObject/Exception/ProductionExceptionHandler.php 1 addition, 1 deletion...es/ContentObject/Exception/ProductionExceptionHandler.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 8 additions, 8 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/DataProcessing/SiteProcessor.php 1 addition, 1 deletion.../sysext/frontend/Classes/DataProcessing/SiteProcessor.php
- typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php 1 addition, 1 deletion.../frontend/Classes/Middleware/SiteBaseRedirectResolver.php
- typo3/sysext/frontend/Classes/Page/CacheHashCalculator.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Page/CacheHashCalculator.php
- typo3/sysext/frontend/Classes/Page/CacheHashConfiguration.php 1 addition, 1 deletion...3/sysext/frontend/Classes/Page/CacheHashConfiguration.php
- typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
- typo3/sysext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php 1 addition, 1 deletion...ext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php
- typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php
- typo3/sysext/frontend/Classes/Typolink/UnableToLinkException.php 1 addition, 1 deletion...ysext/frontend/Classes/Typolink/UnableToLinkException.php
Please register or sign in to comment