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.
2 parents 1e862f4 + 1e2abaa commit 71933a2Copy full SHA for 71933a2
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
* @throws UnexpectedTypeException if the given value is not a \DateInterval instance
45
*/
0 commit comments