1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #7465 from unguul/patch-1

Fixes tiny typo in the 'Working with DateTime instances' documentation
This commit is contained in:
Michael Moravec 2018-11-11 23:24:29 +01:00 committed by GitHub
commit 427f815975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
Working with DateTime Instances Working with DateTime Instances
=============================== ===============================
There are many nitty gritty details when working with PHPs DateTime instances. You have know their inner There are many nitty gritty details when working with PHPs DateTime instances. You have to know their inner
workings pretty well not to make mistakes with date handling. This cookbook entry holds several workings pretty well not to make mistakes with date handling. This cookbook entry holds several
interesting pieces of information on how to work with PHP DateTime instances in Doctrine 2. interesting pieces of information on how to work with PHP DateTime instances in Doctrine 2.