1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

README Typo: missing word (#956)

This commit is contained in:
Michael Joseph 2018-08-25 17:30:31 +02:00 committed by Matthew Brown
parent 2599d8bd62
commit ba87eb069c

View File

@ -7,7 +7,7 @@
Psalm is a static analysis tool for finding errors in PHP applications, built on top of [PHP Parser](https://github.com/nikic/php-parser).
It's able to find a [large number issues](https://github.com/vimeo/psalm/blob/master/docs/issues.md), but it can also be configured to only care about a small subset of those.
It's able to find a [large number of issues](https://github.com/vimeo/psalm/blob/master/docs/issues.md), but it can also be configured to only care about a small subset of those.
[Try a live demo](https://getpsalm.org/), or install it in your project by following the Quickstart Guide below.