[PR #539] [CLOSED] Returns $this where it's possible in Doctrine\ORM\Configuration #8345

Closed
opened 2026-01-22 15:59:30 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/539
Author: @alex-ception
Created: 12/19/2012
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 7a55644 Returns a reference to $this on add* and set* methods on \Doctrine\ORM\Configuration

📊 Changes

1 file changed (+96 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Configuration.php (+96 -0)

📄 Description

This commit adds as it can, comfort to some developers.


🔄 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/539 **Author:** [@alex-ception](https://github.com/alex-ception) **Created:** 12/19/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7a55644`](https://github.com/doctrine/orm/commit/7a55644004f35143f5db709914ba53d5634d154e) Returns a reference to $this on add* and set* methods on \Doctrine\ORM\Configuration ### 📊 Changes **1 file changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Configuration.php` (+96 -0) </details> ### 📄 Description This commit adds as it can, comfort to some developers. --- <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 15:59:30 +01:00
admin closed this issue 2026-01-22 15:59:30 +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#8345