silverstripe/standards

一套适用于所有商业支持的Silverstripe CMS模块的编码标准

1.2.1 2024-08-06 03:24 UTC

This package is auto-updated.

Last update: 2024-09-06 11:00:41 UTC


README

此存储库包含一些依赖项、自定义规则和预定义规则集,用于帮助维护Silverstripe CMS商业支持模块的编码标准。

安装

要使用此扩展,请在Composer中引入它

composer require --dev silverstripe/standards

如果您还安装了phpstan/extension-installer,那么您就设置好了!

手动安装

如果您不想使用phpstan/extension-installer,请将rules.neon包含到您项目的PHPStan配置中

includes:
    - vendor/silverstripe/standards/rules.neon