Skip to content

fix: use explicit nullable type for PHP 8.4 compatibility for cs_seo 8.x (TYPO3 v12)#371

Merged
mhirdes merged 1 commit intoclickstorm:8xfrom
konradmichalik:typo3-v12-php-84-fix
Mar 17, 2026
Merged

fix: use explicit nullable type for PHP 8.4 compatibility for cs_seo 8.x (TYPO3 v12)#371
mhirdes merged 1 commit intoclickstorm:8xfrom
konradmichalik:typo3-v12-php-84-fix

Conversation

@konradmichalik
Copy link
Copy Markdown

Summary

  • Fix implicit nullable parameter in AbstractUrlService::__construct() to resolve PHP 8.4 deprecation warning

Details

PHP 8.4 deprecates implicitly nullable parameter types. The $typoScriptFrontendController parameter used Type $param = null instead of ?Type $param = null.

  Deprecated: Clickstorm\CsSeo\Service\AbstractUrlService::__construct():
  Implicitly marking parameter $typoScriptFrontendController as nullable
  is deprecated, the explicit nullable type must be used instead

@mhirdes mhirdes merged commit 2630a8c into clickstorm:8x Mar 17, 2026
@mhirdes
Copy link
Copy Markdown
Collaborator

mhirdes commented Mar 17, 2026

Thanks

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.

2 participants