mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #578] [MERGED] Fix for wrong return types in documentation. #8399
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/578
Author: @BenMorel
Created: 2/12/2013
Status: ✅ Merged
Merged: 2/12/2013
Merged by: @guilhermeblanco
Base:
master← Head:docfix📝 Commits (1)
cba1c82Fixed 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.