Skip to content
Snippets Groups Projects
Commit e3210f1e authored by Navarr Barnier's avatar Navarr Barnier Committed by GitHub
Browse files

Add support for DateTimeImmutable in buildPropertyBag

If `dtEnd` were to be a DateTimeImmutable instead of a DateTime, the add method would have no effect on the outcome.

Here, we update the stored dtEnd with the result of the add method.  For a DateTime object, this will be the same object - for a DateTimeImmutable object, this will be a new DateTimeImmutable one day in the future.
parent bb4684a6
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment