szepeviktor / phpstan-editorlink
PHPStan error formatter for terminal-based editors
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:phpstan-extension
pkg:composer/szepeviktor/phpstan-editorlink
Requires
- php: ~7.1
- phpstan/phpstan: ^0.12.48
Requires (Dev)
- phpstan/phpstan-strict-rules: ^0.12.5
This package is auto-updated.
Last update: 2025-10-11 07:39:06 UTC
README
Installation
Use phpstan/extension-installer or add this manually to your phpstan.neon
includes: - vendor/szepeviktor/phpstan-editorlink/extension.neon
Usage
Add this command line option: vendor/bin/phpstan analyze --error-format=editorLink
Example output
 ------ ----------------------------------------------
  Line   authorize.php
 ------ ----------------------------------------------
  20     Function register_activation_hook not found.
         authorize.php:20
  23     Instantiated class App_Auth not found.
         authorize.php:23
 ------ ----------------------------------------------