From f55c67822f468facdc9cf2292730547415edce08 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Tue, 10 Mar 2020 08:48:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3592aa..bf10812 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,7 @@ vendor/bin/psalm-plugin enable psalm/plugin-laravel ## How it works -Under the hood it just runs https://github.com/barryvdh/laravel-ide-helper and feeds the resultant stubs into Psalm. It also uses a couple of function return type providers, but nothing special. +Under the hood it just runs https://github.com/barryvdh/laravel-ide-helper and feeds the resultant stubs into Psalm, which can read PHPStorm meta stubs. + +It also parses any database migrations it can find to try to understand property types in your database models.