Actions
Task #95506
closedAdjust test expectations for php8.1 changed defaults
Start date:
2021-10-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Sprint Focus:
Description
PHP 8.1 has changed default argument flags for some methods.
https://github.com/php/php-src/blob/1f0d35b941738c40685941c06ca72c661bfa4bc8/UPGRADING#L166-L171
These changes makes sense, from technically point of view. As they are output related and should escape things, changed behaviour is okay and should be adopted.
Actions