mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Break in 2.8: The class 'DateTime' was not found in the chain configured namespaces #6580
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kerbert101 on GitHub (Dec 4, 2020).
When I upgrade to 2.8 from 2.7.4 I get the error above. I think maybe it has something to do with the fact that I type hint with DateTimeInterface instead of DateTime. Maybe someone can take a look at it.