Skip to content
Snippets Groups Projects
Commit 46bccd1b authored by Helmut Hummel's avatar Helmut Hummel
Browse files

[BUGFIX] Fix PHP 8 strict warning in Package MetaData

A "type" does not need to be set in a composer.json,
so the checks for package type must account for the type
being null, to not trigger a warning in PHP 8

Releases: 11.5, main
Resolves: #96372
Change-Id: Ic607c3dbb16dfcf4a28b0417b8340be36bcafa87
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72695


Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
parent b267007a
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment