Actions
Bug #87002
closedDebuggerUtility lacks support for DateTimeImmutable
Start date:
2018-11-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The Extbase DebuggerUtility only outputs the time for \DateTime
instances, while it could do the same for all \DateTimeInterface
instances. This would also capture the \DateTimeImmutable
instances then, as well as other possible third-party implementations adhering to the same interface.
Actions