Goal
Bring plugin_mactrack to PHPStan level 6 with zero errors.
What level 6 checks (cumulative with 0–5)
- Level 6: Checking types of arguments passed to methods and functions
- Level 5: Report missing type hints on methods and properties
- Level 4: Report partially wrong union types
- Level 3: Report calling methods and accessing properties on nullable types
- Levels 0–2: Basic checks, mixed type strictness, etc.
Tasks
Reference
Related
Goal
Bring plugin_mactrack to PHPStan level 6 with zero errors.
What level 6 checks (cumulative with 0–5)
Tasks
phpstan.neonorphpstan.neon.distwithlevel: 6vendor/bin/phpstan analyse -l 6and fix all reported errorscomposer run phpstanor similar)Reference
Related