Skip to content
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

Stop recommending the use of "doctrine:generate:entities" #8119

Closed
wants to merge 2 commits into from

Conversation

javiereguiluz
Copy link
Member

This fixes #5070.

doctrine.rst Outdated
command to let Doctrine generate these getter/setter methods. However, this
is now considered a bad practice. This command doesn't handle edge cases,
doesn't generate methods for associactions and creates unnecesary backups of
PHP classes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if we need to have this block.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There also is a typo in "associactions"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed it. Thanks!

@xabbuh
Copy link
Member

xabbuh commented Jul 7, 2017

Thank you Javier.

@xabbuh xabbuh closed this Jul 7, 2017
xabbuh added a commit that referenced this pull request Jul 7, 2017
… (javiereguiluz)

This PR was squashed before being merged into the 2.7 branch (closes #8119).

Discussion
----------

Stop recommending the use of "doctrine:generate:entities"

This fixes #5070.

Commits
-------

ad491a0 Stop recommending the use of "doctrine:generate:entities"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants