mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2025-01-22 05:11:18 +01:00
Update README.md
This commit is contained in:
parent
db04cb1acd
commit
f55c67822f
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user