Setup & Installation
What This Skill Does
Configures and runs PHPStan static analysis in WordPress codebases. Handles phpstan.neon setup, baseline management, WordPress-specific type annotations, and third-party plugin stub integration for plugins and themes. WordPress adds enough non-standard patterns (hooks, REST requests, direct database queries) that generic PHPStan configs produce hundreds of false positives, and this skill handles the WordPress-specific typing and stub setup needed to get meaningful results.
When to use it
- Working with wp phpstan functionality
- Implementing wp phpstan features
- Debugging wp phpstan related issues
