[PR #85] [MERGED] Fixed php notice in ClassMetadataFactory #7689

Open
opened 2026-01-22 15:56:22 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/85
Author: @FabienPennequin
Created: 7/17/2011
Status: Merged
Merged: 7/21/2011
Merged by: @guilhermeblanco

Base: masterHead: fix_ClassMetadataFactory


📝 Commits (1)

  • 99bdf65 Fixed php notice in ClassMetadataFactory

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php (+1 -1)

📄 Description

Fixing php notice:

Undefined index: className in ../Doctrine/ORM/Mapping/ClassMetadataFactory.php

🔄 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/85 **Author:** [@FabienPennequin](https://github.com/FabienPennequin) **Created:** 7/17/2011 **Status:** ✅ Merged **Merged:** 7/21/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `fix_ClassMetadataFactory` --- ### 📝 Commits (1) - [`99bdf65`](https://github.com/doctrine/orm/commit/99bdf65c10373e1deec8b4dfaee717c4fb461cf8) Fixed php notice in ClassMetadataFactory ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php` (+1 -1) </details> ### 📄 Description Fixing php notice: ``` Undefined index: className in ../Doctrine/ORM/Mapping/ClassMetadataFactory.php ``` --- <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:56:22 +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#7689