Skip to content

Commit

Permalink
Merge pull request #3069 from gdc676463/fix-gh-3068
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jwage authored Mar 24, 2018
2 parents 94afff5 + 5589534 commit 1693731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/known-vendor-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ full representation:
Using the DateTime, DateTimeTz or Time type (and immutable variants) with microseconds
enabled columns can lead to errors because internally types expect
the exact format 'Y-m-d H:i:s' in combination with
``DateTime::createFromFormat()``. This method is twice a fast as
``DateTime::createFromFormat()``. This method is twice as fast as
passing the date to the constructor of ``DateTime``.

This is why Doctrine always wants to create the time related types
Expand Down

0 comments on commit 1693731

Please sign in to comment.