1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
m0003r 71826ad69e
Fix #2994 (#3016)
More carefully handling stream_select errors when system call is interrupted. It can be detected by parsing error message. If it is interrupted, just try again.
2020-03-25 21:25:33 -04:00
2020-02-24 11:31:20 -05:00
2020-03-19 12:34:48 -04:00
2019-06-16 09:04:56 -04:00
2020-03-24 18:32:57 -04:00
2020-03-25 21:25:33 -04:00
2020-03-25 09:18:49 -04:00
2019-06-08 19:59:23 -04:00
2019-12-02 00:11:45 -05:00
2020-02-07 12:15:50 -05:00
2020-02-24 11:39:20 -05:00
2019-06-16 09:04:56 -04:00
2019-06-05 10:43:51 -04:00
2020-03-14 23:54:51 -04:00
2020-02-24 11:43:32 -05:00

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.

Description
No description provided
Readme MIT 108 MiB
Languages
PHP 100%