You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fix): normalize tenant types at boundary, restore strict comparison
- Add symmetric ctype_digit normalization to Adapter::getTenant() to
match Document::getTenant(), ensuring both return int for numeric IDs
- Replace is_numeric with ctype_digit to avoid truncating float strings
- Revert all != back to !== now that types are normalized at the source
- Extract duplicated array-to-Document coercion into private helper
- Replace empty() with precise === '' check for ID validation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments