mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Psalm annotation is missing allowed ENUM values #7086
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?
Originally created by @kevinpapst on GitHub (Dec 31, 2022).
Bug Report
Hey @derrabus, in your recent commit you added Psalm annotations:
99a37d864e/lib/Doctrine/ORM/Mapping/GeneratedValue.php (L18-L30)Problem:
TABLEandUUIDare missing from the psalm annotation, while they are allowed in the ENUM.My build is breaking, because I use
UUIDand phpstan now reports... I can send a PR, just want to make sure that this was not on purpose, was it?