mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #911] [MERGED] fix foreach coding style #8883
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/911
Author: @goatherd
Created: 1/14/2014
Status: ✅ Merged
Merged: 1/14/2014
Merged by: @deeky666
Base:
master← Head:fix-foreach-as-style📝 Commits (1)
a485e79fix foreach coding style📊 Changes
8 files changed (+22 additions, -22 deletions)
View changed files
📝
docs/en/cookbook/aggregate-fields.rst(+1 -1)📝
docs/en/cookbook/dql-custom-walkers.rst(+1 -1)📝
docs/en/cookbook/validation-of-entities.rst(+1 -1)📝
docs/en/reference/batch-processing.rst(+2 -2)📝
docs/en/reference/events.rst(+5 -5)📝
docs/en/reference/working-with-associations.rst(+1 -1)📝
docs/en/reference/working-with-objects.rst(+1 -1)📝
docs/en/tutorials/getting-started.rst(+10 -10)📄 Description
Just noted a unusual
foreach (.. AS ..)and there were some more of that kind andforeach(and it was to late to do anything more complex anyway. Or something like that ;)Unimportant code styling/ consistency fixes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.