Skip to content

Commit 30fd99c

Browse files
authored
Merge pull request #853 from DMKEBUSINESSGMBH/master
Fix return type
2 parents 9780c2c + a1df77f commit 30fd99c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/ViewHelpers/DateTime/ModifyViewHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function initializeArguments(): void
2525
/**
2626
* Modify the given datetime by the string modification.
2727
*/
28-
public function render(): \DateTime|false
28+
public function render(): \DateTimeInterface|false
2929
{
3030
$dateTime = $this->arguments['dateTime'];
3131

0 commit comments

Comments
 (0)