From bf717a5779302c0a41760549b73c28229077d2a1 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sun, 24 Mar 2019 09:47:39 -0400 Subject: [PATCH] Add return to jog things --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94a96619c..25ede70a1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Coverage Status](https://coveralls.io/repos/github/vimeo/psalm/badge.svg)](https://coveralls.io/github/vimeo/psalm) ![Psalm coverage](https://spirit.psalm.dev/github/vimeo/psalm/coverage.svg) + 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 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.