Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utility): De- deprecate getDateTime as now() only returns immutab…
…le objects This will mean lots of code like ```$dateTime = (new DateTime())->setTimestamp(ITimeFactory::now()->getTimestamp()``` if a regular DateTime object is needed Signed-off-by: Anna Larch <[email protected]>
- Loading branch information