Actions
Task #102917
closedAdd `ExpressionBuilder` method type hints
Start date:
2024-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Doctrine DBAL 4 added a lot of type hinting to their
class methods to increase code quality and move the
code base towards fully strict typed coverage.
TYPO3 already has the same trend to increase the usage
of method and return type hints, and directly passes
the type changes now instead of keeping a unclean and
nasty conversion compat layer.
Updated by Stefan Bürk about 1 year ago
- Related to Task #102916: Remove `ExpressionBuilder::trim()` deprecation added
- Related to Task #102875: Require doctrine/dbal 4.x added
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82638
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82638
Updated by Stefan Bürk about 1 year ago
- Status changed from Under Review to Rejected
Actions