[PR #346] [CLOSED] Possible Code Problems #8060

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/346
Author: @stof-not
Created: 5/3/2012
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 README.markdown (+615 -0)

📄 Description

First, forgive me that I did not open this on JIRA, but feel free to copy over the parts that you find useful enough (or just fix them right away).

I've looked through the code, and run into some possible problems. Most of them are PHPDoc related, but there are also some more serious things like accesses to undeclared variables/properties, dead assignments, or unreachable code.


🔄 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/346 **Author:** [@stof-not](https://github.com/stof-not) **Created:** 5/3/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`74f61a6`](https://github.com/doctrine/orm/commit/74f61a6b354e68202cae7d7821c001260212127e) Possible Code Problems ### 📊 Changes **1 file changed** (+615 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.markdown` (+615 -0) </details> ### 📄 Description First, forgive me that I did not open this on JIRA, but feel free to copy over the parts that you find useful enough (or just fix them right away). I've looked through the code, and run into some possible problems. Most of them are PHPDoc related, but there are also some more serious things like accesses to undeclared variables/properties, dead assignments, or unreachable code. --- <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:58:12 +01:00
admin closed this issue 2026-01-22 15:58:12 +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#8060