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 TypeError in getValueAttribute and add type validation
- Fixed trim() being called on array values (PHPStan error)
- Added type validation with exceptions for array, string, and regex types
- Throw UnexpectedValueException when decoded value doesn't match expected type
0 commit comments