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 8 and fix null safety
- Updated phpstan.neon.dist to level 8
- Added null checks for ReflectionClass::getConstructor() calls in test files
- Enhanced PluginSession to handle nullable instanceId parameter
- Used PHP 8+ null coalescing throw operator for clean error handling
- Improved null safety across test and source files
Key improvements:
- All ReflectionMethod calls now safely handle null returns
- deleteInstance method properly validates required instanceId parameter
- Modern PHP syntax for null safety with descriptive error messages
- No breaking changes to existing functionality
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments