[PR #12074] Use PHP attributes syntax in schema validator message #13453

Open
opened 2026-01-22 16:17:09 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/12074

State: closed
Merged: Yes


Updates the suggested syntax for PHP attributes instead of annotations:

-... does not contain the required 'inversedBy="images"' attribute.
+... does not contain the required 'inversedBy: "images"' attribute.
**Original Pull Request:** https://github.com/doctrine/orm/pull/12074 **State:** closed **Merged:** Yes --- Updates the suggested syntax for PHP attributes instead of annotations: ```diff -... does not contain the required 'inversedBy="images"' attribute. +... does not contain the required 'inversedBy: "images"' attribute. ```
admin added the pull-request label 2026-01-22 16:17:09 +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#13453