[PR #6805] [Docs] Corrected NamingStrategy demo code to match example #10151

Open
opened 2026-01-22 16:06:36 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6805

State: closed
Merged: Yes


From the NamingStrategy docs:

...all column names should be upper case...

Example paragraph mentions changing column titles to upper case, yet strtolower was being used. Corrected demo code to match the instructions.

**Original Pull Request:** https://github.com/doctrine/orm/pull/6805 **State:** closed **Merged:** Yes --- From the [NamingStrategy docs](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/namingstrategy.html#implementing-a-naming-strategy): > ...all column names should be upper case... Example paragraph mentions changing column titles to upper case, yet `strtolower` was being used. Corrected demo code to match the instructions.
admin added the pull-request label 2026-01-22 16:06:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10151