szepeviktor/phpstan-editorlink

基于终端编辑器的PHPStan错误格式化工具

安装: 2

依赖: 0

建议: 0

安全: 0

星星: 1

关注者: 2

分支: 0

公开问题: 0

类型:phpstan-extension

v0.1.0 2020-10-10 18:00 UTC

This package is auto-updated.

Last update: 2024-09-11 05:32:26 UTC


README

安装

使用phpstan/extension-installer或手动将其添加到您的phpstan.neon

includes:
    - vendor/szepeviktor/phpstan-editorlink/extension.neon

用法

添加此命令行选项:vendor/bin/phpstan analyze --error-format=editorLink

示例输出

 ------ ----------------------------------------------
  Line   authorize.php
 ------ ----------------------------------------------
  20     Function register_activation_hook not found.
         authorize.php:20
  23     Instantiated class App_Auth not found.
         authorize.php:23
 ------ ----------------------------------------------