feature #1234 Added support DateTimeInterface (PHP 5.5) if available (hidenorigoto)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 15 Oct 2013 15:50:14 +0000 (17:50 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 15 Oct 2013 15:50:14 +0000 (17:50 +0200)
commit5e47f1f29eeb9745fb4865fb188a1cab52b262a4
treead67c83dadd1bdd5e47bf80a639da69d00e03c67
parent09c386b3359cc22b4112197c2d8c6d6f7a49c918
parentca61facb1a0109f5afb85a4e081211239c7e103c
feature #1234 Added support DateTimeInterface (PHP 5.5) if available (hidenorigoto)

This PR was squashed before being merged into the master branch (closes #1234).

Discussion
----------

Added support DateTimeInterface (PHP 5.5) if available

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | new BSD
| Doc PR        |

Commits
-------

ca61fac Added support DateTimeInterface (PHP 5.5) if available