psalm
https://github.com/vimeo/psalm
PHP
A static analysis tool for finding errors in PHP applications
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
PHP not yet supported14 Subscribers
Add a CodeTriage badge to psalm
Help out
- Issues
- MixedArgument "Argument cannot be mixed" wrongly reported for typed constants in PHP 8.3
- false positive PossiblyNullPropertyFetch?
- @psalm-assert cannot be used with imported and aliased types.
- Language server reports outdated issues (with repro and workaround)
- issue #9807 refactored syntax for better understanding
- Cannot access value on variable $links using a int<1, max> offset, expecting int<0, 2>
- Support using "throw expression" for type checking
- Array destructuring doesn't eliminate null from elements if the right hand is confirmed to be non-null
- use()'ing values by reference and mutating them later captures the initial type for the closure
- `array_intersect_key` results in array<array-key, mixed> vs array<string, mixed>
- Docs
- PHP not yet supported