[PR #578] [MERGED] Fix for wrong return types in documentation. #8399

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/578
Author: @BenMorel
Created: 2/12/2013
Status: Merged
Merged: 2/12/2013
Merged by: @guilhermeblanco

Base: masterHead: docfix


📝 Commits (1)

  • cba1c82 Fixed wrong return types in documentation.

📊 Changes

4 files changed (+9 additions, -11 deletions)

View changed files

📝 lib/Doctrine/ORM/EntityManager.php (+5 -5)
📝 lib/Doctrine/ORM/EntityRepository.php (+2 -2)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+1 -3)
📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+1 -1)

📄 Description

Several methods were declaring erroneous / incomplete return types.
This PR fixes them.


🔄 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/578 **Author:** [@BenMorel](https://github.com/BenMorel) **Created:** 2/12/2013 **Status:** ✅ Merged **Merged:** 2/12/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `docfix` --- ### 📝 Commits (1) - [`cba1c82`](https://github.com/doctrine/orm/commit/cba1c8295cd280f6d0fe2bd3d870d20d794df841) Fixed wrong return types in documentation. ### 📊 Changes **4 files changed** (+9 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityManager.php` (+5 -5) 📝 `lib/Doctrine/ORM/EntityRepository.php` (+2 -2) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+1 -3) 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+1 -1) </details> ### 📄 Description Several methods were declaring erroneous / incomplete return types. This PR fixes them. --- <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:45 +01:00
admin closed this issue 2026-01-22 15:59:46 +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#8399