Oliver Hader

Results 33 issues of Oliver Hader

* drops PHP 7.0 compatibility (due to not having nullable types) * introduces PHP 8.4 compatibility

**Describe the bug** While working with the TYPO3 Headless extension, I noticed that JSON data in some places is generated using string concatenation. This approach can occasionally result in unintended...

bug

Before this change, e.g. `` has been incorrectly serialized as ``. This change ensures, that the result is a proper (self-closing) void tag ``.