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 supported17 Subscribers
Add a CodeTriage badge to psalm
Help out
- Issues
- Bump actions/checkout from 6.0.2 to 7.0.0
- SARIF: taint rules lack `security-severity`, so Code Scanning shows them as "Other / Error" not "Security / Critical"
- Add generic type signatures for array_first, array_last, array_any and array_all
- Add generic return type for the PHP 8.5 clone() function
- Bump shivammathur/setup-php from 2.37.1 to 2.37.2
- @mixin-host method providers not consulted for mixin-forwarded methods
- Psalm silently aborts (exit 0, zero output) when an analyzed file `class_exists()`-guards a `require_once` of an autoloadable file that has a top-level `exit`
- Fix crash when a property assertion targets a non-variable argument
- Fix false positives on a nullable enum property under null coalesce
- InvalidStaticInvocation false positive: static call to inaccessible non-static method routes to __callStatic at runtime
- Docs
- PHP not yet supported