There was an error while loading. Please reload this page.
1 parent 9780c2c commit a1df77fCopy full SHA for a1df77f
1 file changed
Classes/ViewHelpers/DateTime/ModifyViewHelper.php
@@ -25,7 +25,7 @@ public function initializeArguments(): void
25
/**
26
* Modify the given datetime by the string modification.
27
*/
28
- public function render(): \DateTime|false
+ public function render(): \DateTimeInterface|false
29
{
30
$dateTime = $this->arguments['dateTime'];
31
0 commit comments