1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
This commit is contained in:
Matthew Brown 2019-03-05 11:04:17 -05:00
parent 8d933093ec
commit 0916f09ca8

View File

@ -9,11 +9,11 @@ Psalm is a static analysis tool for finding errors in PHP applications, built on
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.dev/), or install it in your project by following the Quickstart Guide below.
[Try a live demo](https://psalm.dev/), or install it in your project by following the Quickstart Guide below.
## Psalm documentation
Documentation is available on [Psalms website](https://getpsalm.dev/docs), generated from the [docs](https://github.com/vimeo/psalm/blob/master/docs) folder.
Documentation is available on [Psalms website](https://psalm.dev/docs), generated from the [docs](https://github.com/vimeo/psalm/blob/master/docs) folder.
## Quickstart Guide