-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DateTime cookbook code #1497
Conversation
It seems that existing code was outdated and lacked ``use`` statement in order to work correctly. We also added instructions on how to configure the new type, since it may not be straightforward for newcomers.
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DDC-3882 We use Jira to track the state of pull requests and the versions they got |
|
||
.. code-block:: yml | ||
|
||
doctrine: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is symfony-specific documentation that shouldn't land inside the ORM documentation
Highly performance sensitive code should avoid method calls, sadly
@PowerKiKi applied few changes (mainly removed the private static method - sadly relevant in performance-sensitive code) and merged, thanks! |
Thanks for merging and feedback ! |
It seems that existing code was outdated and lacked
use
statement in order to work correctly.We also added instructions on how to configure the new type, since it may not be straightforward for newcomers.