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
- When a (typed or not) constant is used on object, the type is lost
- add function and consistent error for internal property
- non-namespaced @internal annotations should disallow use outside of global namespace
- Getting MixedArrayAssignment on objects with magic getters and non-string-literal property names.
- Add more specific definition of session_start
- Add more specific return type of session_status
- False-positive `InvalidArgument` when calling methods on a different instance of a generic class
- False-positive `PossiblyNullArgument` when using `??=` on `ArrayAccess` with nullable `offsetGet()`
- Combination of `@psalm-assert-if-true` and `@psalm-assert-if-false` doesn't work as expected
- [master] Generic implicit mixed parameter cannot be overriden by explicit mixed in the descendant
- Docs
- PHP not yet supported