Skip to content

Commit a5dbc82

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix nullable parameter doc don't try to replace references in quoted strings
2 parents 2d6e548 + 762f9c7 commit a5dbc82

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
* @return string An ISO 8601 or relative date string like date interval presentation
4545
*

0 commit comments

Comments
 (0)