<?phpnamespace DoctrineDBALTypes;/** * Implementations should map a database type to a PHP DateTimeInterface instance. * * @internal */interface PhpDateTimeMappingType{}