Unverified Commit 16937314 authored by Jonathan H. Wage's avatar Jonathan H. Wage Committed by GitHub

Merge pull request #3069 from gdc676463/fix-gh-3068

fix typo
parents 94afff5f 55895340
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment