TYPO3-Initiatives / content-block-registration-api

This is a repository of the TYPO3 Structured Content Initiative. It provides the registration API for Content Blocks for TYPO3.
https://typo3.org/community/teams/typo3-development/initiatives/structured-content
GNU General Public License v2.0
19 stars 7 forks source link

As a developer, I want this to be PHP 8 compatible #76

Closed jonaseberle closed 2 years ago

jonaseberle commented 3 years ago

As a who, I can what, so that why.

Acceptance criteria

Acceptance tests

typecat commented 2 years ago

I ran some rector check for PHP 8.0 and TYPO3 11.5. Also I applied some checks for empty field properties, so that the TCA field service and the CB processor don't fail after upgrading from TYPO3 10.4 to 11.5. Upgrade worked fine and there were no content errors.

typecat commented 2 years ago

The others did some more testing and the CGL pipeline runs without errors now.