[PR #911] [MERGED] fix foreach coding style #8883

Closed
opened 2026-01-22 16:02:08 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: fix-foreach-as-style


📝 Commits (1)

📊 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 and foreach( 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/911 **Author:** [@goatherd](https://github.com/goatherd) **Created:** 1/14/2014 **Status:** ✅ Merged **Merged:** 1/14/2014 **Merged by:** [@deeky666](https://github.com/deeky666) **Base:** `master` ← **Head:** `fix-foreach-as-style` --- ### 📝 Commits (1) - [`a485e79`](https://github.com/doctrine/orm/commit/a485e791bb519c8ac7c42986a63af635b9437316) fix foreach coding style ### 📊 Changes **8 files changed** (+22 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Just noted a unusual `foreach (.. AS ..)` and there were some more of that kind and `foreach(` and it was to late to do anything more complex anyway. Or something like that ;) Unimportant code styling/ consistency fixes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:08 +01:00
admin closed this issue 2026-01-22 16:02:09 +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#8883