DDC-1983: Incorrect use statement in 25.1.3. Configuration example (Doctrine Console) #2503

Closed
opened 2026-01-22 13:55:22 +01:00 by admin · 1 comment
Owner

Originally created by @doctrinebot on GitHub (Aug 15, 2012).

Originally assigned to: @ostrolucky on GitHub.

Jira issue originally created by user atli:

The code example here:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#configuration-non-pear

In the second "use" statement it references a "EntityManagerHelper" from the "Doctrine\DBAL\Tools\Console\Helper" package. However, it does not exist there. It does exist in the "Doctrine\ORM\Tools\Console\Helper" package though, and replacing it seems to work.

Originally created by @doctrinebot on GitHub (Aug 15, 2012). Originally assigned to: @ostrolucky on GitHub. Jira issue originally created by user atli: The code example here: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#configuration-non-pear In the second "use" statement it references a "EntityManagerHelper" from the "Doctrine\DBAL\Tools\Console\Helper\" package. However, it does not exist there. It does exist in the "Doctrine\ORM\Tools\Console\Helper\" package though, and replacing it seems to work.
admin added the Documentation label 2026-01-22 13:55:22 +01:00
admin closed this issue 2026-01-22 13:55:22 +01:00
Author
Owner

@ostrolucky commented on GitHub (Aug 3, 2018):

Offending section has been removed from docs in 2012

@ostrolucky commented on GitHub (Aug 3, 2018): Offending section has been removed from docs in 2012
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2503