Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Base\Object::toArray when using DateTimeImmutable from configuration #1359

Merged
merged 1 commit into from May 15, 2017

Conversation

mxcoder
Copy link
Contributor

@mxcoder mxcoder commented Mar 29, 2017

When using configuration like:

      dateTime:
          useDateTimeClass: true
          dateTimeClass: DateTimeImmutable

The base objects toArray method is unable to process the DateTimeImmutable, because its checking directly for \DateTime, the current patch makes it use DateTimeInterface instead.

@marcj
Copy link
Member

marcj commented May 15, 2017

Thanks, good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants