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
feat: improve PHPStan type annotations for Result interface
- Add @phpstan-assert-if-false annotations to isOk() and isErr()
- Use conditional return types for unwrap(), unwrapErr(), and unwrapOr()
- These improvements enable better type inference and reduce false positives
This change makes the Result type more closely aligned with Rust's type safety
0 commit comments