1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
Go to file
Tyson Andre cda6bd0553
Fix "Could not get class storage" from cache (#3769)
Fixes #3671

This is better than an uncaught exception, at least, and I can detect
new issues if the constructor body changes
2020-07-07 17:10:51 -04:00
.circleci
.github/workflows
assets/psalm-phar
bin Add laravel/framework fork to test-with-real-projects 2020-06-15 17:24:23 -04:00
build/phpunit
docs Added documentation for usePhpDocPropertiesWithoutMagicCall (#3748) 2020-07-04 17:20:45 -04:00
examples TemplateChecker: Ensure it's working again (#3724) 2020-07-01 09:01:25 -04:00
src Fix "Could not get class storage" from cache (#3769) 2020-07-07 17:10:51 -04:00
tests Fix #3760 - prevent param remapping twice 2020-07-07 11:44:22 -04:00
vendor-bin/box
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml More config 2020-05-19 17:51:28 -04:00
.travis.yml
box.json.dist
CODE_OF_CONDUCT.md
composer.json Allow composer/semver ^2 || ^3 (#3525) 2020-06-04 17:45:12 -04:00
config.xsd Drop missing issues from XSD schema (#3657) 2020-06-23 16:56:39 -04:00
CONTRIBUTING.md
infection.json.dist
keys.asc.gpg
LICENSE
phpcs.xml
phpunit.xml.dist
psalm
psalm-language-server
psalm-plugin
psalm-refactor
psalm.xml.dist
PsalmLogo.png
psalter
README.md
scoper.inc.php

Psalm

Packagist Packagist Travis CI Coverage Status Psalm coverage

Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser.

It's able to find a large number of issues, but it can also be configured to only care about a small subset of those.

Try a live demo, or install it in your project by following the Quickstart Guide below.

Psalm documentation

Documentation is available on Psalms website, generated from the docs folder.

To get started, check out the installation guide

Interested in contributing?

Have a look at CONTRIBUTING.md.

Acknowledgements

The engineering team @vimeo for encouragement and patience, especially @nbeliard, @erunion and @nickyr.