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
chore: raise phpstan to level 6 and fix all type annotations
- Updated phpstan.neon.dist to level 6
- Added comprehensive array type annotations (array<string,mixed>)
- Added missing return type declarations for all methods
- Added missing property type declarations
- Fixed PHPUnit mock template type resolution
- Added proper DocBlock annotations for complex types
- Removed unused properties
- Applied fixes across src/ and test/ directories
Major improvements:
- AbstractToken.php: array types and return types
- SSOData traits: comprehensive type annotations
- Test classes: complete type coverage and mock annotations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments