1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/docs/index.md
2017-12-12 00:49:40 -05:00

6 lines
303 B
Markdown

# About Psalm
<abbr title="PHP Static Analysis Linting Machine">Psalm</abbr> is a static analysis tool that attempts to dig into your program and find as many type-related bugs as possible.
The end goal of Psalm is not just to find bugs, but to have an understand your code so that you don't have to.