Fix PHP type errors automatically
phpstan-resolverskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Resolve PHP type errors with PHPStan
Best for
Migrating PHP codebases to strict type checking incrementally.
Inputs
- · PHP codebase
- · PHPStan config
- · Error report
Outputs
- · Type annotations
- · Fixed code suggestions
- · Strict mode readiness
Requires
- · PHPStan
- · PHP 7.4+
Preconditions
- · PHP project structure
- · PHPStan installed
- · composer.json present
Failure modes
- · False positives on dynamic code
- · Mixed PHP versions
- · Config too loose
- · Missing stubs
Trust signals
- · PHPStan official patterns
- · Community configs