Skip to content
Snippets Groups Projects
Select Git revision
0 results

Site

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Stefan Bürk authored
    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: #104284
    Releases: main, 12.4, 11.5
    Change-Id: Iadea4cde1d3b80962a47ffa4c183a885504bef6b
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85052
    
    
    Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
    Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
    5868745a
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..