Commit 55895340 authored by 高成功's avatar 高成功

fix typo

parent 94afff5f
...@@ -29,7 +29,7 @@ full representation: ...@@ -29,7 +29,7 @@ full representation:
Using the DateTime, DateTimeTz or Time type (and immutable variants) with microseconds Using the DateTime, DateTimeTz or Time type (and immutable variants) with microseconds
enabled columns can lead to errors because internally types expect enabled columns can lead to errors because internally types expect
the exact format 'Y-m-d H:i:s' in combination with 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``. passing the date to the constructor of ``DateTime``.
This is why Doctrine always wants to create the time related types 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