irstea/phpstan-config

phpstan/phpstan 的默认配置

3.0.3 2021-03-04 13:58 UTC

This package is auto-updated.

Last update: 2024-09-04 21:20:18 UTC


README

Latest Stable Version

irstea/phpstan-config

phpstan/phpstan 的配置

包含以下 PHPStan 扩展的工具

安装

composer require --dev irstea/phpstan-config

使用方法

此软件包提供了多个配置文件,根据需要包含

示例

includes:
    - vendor/irstea/phpstan-config/phpstan.neon

parameters:
    paths:
        - src
        - tests

    symfony:

        container_xml_path: %currentWorkingDirectory%/var/cache/test/srcApp_KernelTestDebugContainer.xml

注意: container_xml_path 依据 Symfony 版本而异,请参考 https://github.com/phpstan/phpstan-symfony#usage