PHPStanΒΆ

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

Phpactor can integrate with PHPStan and provide diagnostics in your IDE.

To do so you set language_server_phpstan.enabled:

$ phpactor config:set language_server_phpstan.enabled true