黄小明/no-ternary

PHPStan 规则,用于禁止使用三元运算符

v1.0 2019-04-23 22:46 UTC

This package is auto-updated.

Last update: 2024-09-12 18:55:53 UTC


README

Build Status

使用方法

要使用这些规则,通过 Composer 引入

composer require samlitowitz/no-ternary --dev

将 rules.neon 包含到您的 PHPStan 配置文件中

includes:
    - vendor/samlitowitz/no-ternary/rules.neon