PsalmΒΆ

Psalm is a static analysis tool that can be used to expose bugs in your PHP code.

Phpactor can integrate with Psalm to provide diagnostics in your IDE.

Note

Currently this extension will only analyse saved files.

To do so you set language_server_psalm.enabled:

$ phpactor config:set language_server_psalm.enabled true