mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #891] [MERGED] Allow to not generate extra use #8857
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/891
Author: @spolischook
Created: 12/30/2013
Status: ✅ Merged
Merged: 12/30/2013
Merged by: @beberlei
Base:
master← Head:patch-2📝 Commits (1)
07f67c5Allow to not generate extra use📊 Changes
1 file changed (+12 additions, -3 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/EntityGenerator.php(+12 -3)📄 Description
For case when we not generate annotation (by default at doctrine orm:generate-entities) allow to not generate extra use for it -
For example if generate entities for my project that use only dbal in pord but use orm for generate entities in dev mode.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.