Skip to content

Commit

Permalink
Fix a @return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 30, 2024
1 parent 7518f0b commit 82f8864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/CoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public static function sprintf($format, ...$values)
* @param \DateTimeInterface|string|null $date A date or null to use the current time
* @param \DateTimeZone|string|false|null $timezone The target timezone, null to use the default, false to leave unchanged
*
* @return \DateTimeInterface
* @return \DateTime|\DateTimeImmutable
*
* @internal
*/
Expand Down

0 comments on commit 82f8864

Please sign in to comment.