mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #353] [MERGED] prevent the validator to stop with an "undefined array index"-error #8075
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/353
Author: @pscheit
Created: 5/21/2012
Status: ✅ Merged
Merged: 5/22/2012
Merged by: @beberlei
Base:
master← Head:patch-1📝 Commits (1)
f1571aeprevent the validator to stop with an "undefined array index"-error while validating a wrong inversedBy Attribute📊 Changes
1 file changed (+12 additions, -10 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/SchemaValidator.php(+12 -10)📄 Description
while validating a wrong inversedBy Attribute.
The validation-error is caught correctly in the block above. Just the warning / notice stops the validator when using stricter error handling
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.