1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Improve formatting of PHPStorm settings

This commit is contained in:
Brown 2018-10-23 11:21:32 -04:00
parent 6e529da5c1
commit 3ca53d4435

View File

@ -37,7 +37,7 @@ When you install the plugin you should see a "Language Server Protocol" section
In the "Server definitions" tab you should add a definition for Psalm:
- Extension: `php`
- Path: `<path-to-php-binary e.g. /usr/local/bin/php>`
- Path: `<path-to-php-binary>` e.g. `/usr/local/bin/php`
- this should be an absolute path, not just `php`
- Args: `vendor/bin/psalm-language-server`