Skip to content

Commit 71933a2

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix nullable parameter doc don't try to replace references in quoted strings
2 parents 1e862f4 + 1e2abaa commit 71933a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/DataTransformer/DateIntervalToStringTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(string $format = 'P%yY%mM%dDT%hH%iM%sS')
3939
/**
4040
* Transforms a DateInterval object into a date string with the configured format.
4141
*
42-
* @param \DateInterval $value A DateInterval object
42+
* @param \DateInterval|null $value A DateInterval object
4343
*
4444
* @throws UnexpectedTypeException if the given value is not a \DateInterval instance
4545
*/

0 commit comments

Comments
 (0)