Update README.md

This commit is contained in:
Matthew Brown 2020-03-10 08:48:51 -04:00 committed by GitHub
parent db04cb1acd
commit f55c67822f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,7 @@ vendor/bin/psalm-plugin enable psalm/plugin-laravel
## How it works ## 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.