Skip to content

Commit 1e2abaa

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

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
4545
*

0 commit comments

Comments
 (0)