There was an error while loading. Please reload this page.
2 parents 9780c2c + a1df77f commit 30fd99cCopy full SHA for 30fd99c
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