1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
Go to file
2021-11-08 08:07:10 +01:00
.circleci add PSL back to CI 2021-11-06 11:27:26 +01:00
.github Added 'Removed' section to release notes 2021-11-03 22:11:53 +02:00
assets/psalm-phar
bin chore(ci): update psl version used in e2e tests 2021-11-06 09:07:39 +01:00
build/phpunit
dictionaries fixup! fixup! Fixed callmap for function openssl_sign, it changed in PHP 8.0 (modified types for param private_key) #6842 2021-11-08 08:07:10 +01:00
docs Forbid properties on enums 2021-11-06 21:57:49 +02:00
examples Changed confusing comments and docblocks (#5931) 2021-06-14 08:45:38 -04:00
src Forbid enum instantiation 2021-11-07 00:14:37 +02:00
stubs Fix missed names in psalm annotations 2021-11-04 16:10:59 +01:00
tests Forbid enum instantiation 2021-11-07 00:14:37 +02:00
vendor-bin/box
.appveyor.yml Added dummy appveyor config 2021-07-27 00:38:38 +03:00
.editorconfig
.gitattributes Remove not used infection.json.dist, and also delete from .gitattributes. 2021-10-06 09:38:35 +09:00
.gitignore [FEATURE] Allow plugins to declare their custom scanner or analyzer (#5883) 2021-06-04 15:32:53 -04:00
.scrutinizer.yml
box.json.dist Cli command classes (#5858) 2021-05-31 22:23:54 -04:00
CODE_OF_CONDUCT.md
composer.json Add support for Symfony 6 2021-10-14 01:34:01 +02:00
config.xsd Fixed tests 2021-11-06 22:22:38 +02:00
CONTRIBUTING.md
keys.asc.gpg
LICENSE
phpcs.xml Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
phpunit.xml.dist Drop Appveyor reporter as we no longer use Appveyor 2021-08-03 19:38:11 +03:00
psalm Cli command classes (#5858) 2021-05-31 22:23:54 -04:00
psalm-baseline.xml add "error" from php-parser to baseline 2021-11-04 00:13:35 +01:00
psalm-language-server Cli command classes (#5858) 2021-05-31 22:23:54 -04:00
psalm-plugin Cli command classes (#5858) 2021-05-31 22:23:54 -04:00
psalm-refactor Cli command classes (#5858) 2021-05-31 22:23:54 -04:00
psalm.xml.dist ->args to ->getArgs 2021-10-09 23:37:04 +02:00
PsalmLogo.png
psalter Cli command classes (#5858) 2021-05-31 22:23:54 -04:00
README.md Remove PHPUnit coverage badge - #6800 2021-11-04 08:46:47 +09:00
scoper.inc.php Cli command classes (#5858) 2021-05-31 22:23:54 -04:00

Psalm

Packagist Packagist Psalm coverage Psalm level

Psalm is a static analysis tool for finding errors in PHP applications.

Installation

To get started, check out the installation guide.

Live Demo

You can play around with Psalm on its website.

Documentation

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

Interested in contributing?

Have a look at CONTRIBUTING.md.

Who made this

Built by Matt Brown (@muglug).

Maintained by Matt and Bruce Weirdan (@weirdan).

The engineering team at Vimeo have provided a lot encouragement, especially @nbeliard, @erunion and @nickyr.