mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #6207] Documentation: Fixes missing namespaces on class call #9894
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?
Original Pull Request: https://github.com/doctrine/orm/pull/6207
State: closed
Merged: Yes
On http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#reverse-engineering there are calls like the following:
Which would cause fatal error if not in the namespace call list, however as documentation for this feature already starts with
I added the namespace on the calls itself to maintain consistency.