We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77c85d commit 762f9c7Copy full SHA for 762f9c7
Extension/Core/DataTransformer/DateIntervalToStringTransformer.php
@@ -39,7 +39,7 @@ public function __construct(string $format = 'P%yY%mM%dDT%hH%iM%sS')
39
/**
40
* Transforms a DateInterval object into a date string with the configured format.
41
*
42
- * @param \DateInterval $value A DateInterval object
+ * @param \DateInterval|null $value A DateInterval object
43
44
* @return string An ISO 8601 or relative date string like date interval presentation
45
0 commit comments