[PR #9603] Implement int-mask-of where appropriate #11734

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

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

State: closed
Merged: Yes


With Psalm, you can specify that an integer should be a bitmask of
constants. Doing so allows to make some types more precise.

This annotation appears to be specific to Psalm.

I've been looking for places where to implement this by using rg -F ' | '

**Original Pull Request:** https://github.com/doctrine/orm/pull/9603 **State:** closed **Merged:** Yes --- With Psalm, you can specify that an integer should be a bitmask of constants. Doing so allows to make some types more precise. This annotation appears to be specific to Psalm. I've been looking for places where to implement this by using `rg -F ' | '`
admin added the pull-request label 2026-01-22 16:11:45 +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#11734