contao/easy-coding-standard

Contao的EasyCodingStandard配置


README

此包包含EasyCodingStandardContao配置。

安装

使用Composer将包添加到您的Contao安装中

composer require contao/easy-coding-standard --dev

使用方法

在项目根目录中创建一个名为ecs.php的文件。

<?php

declare(strict_types=1);

use Contao\EasyCodingStandard\Set\SetList;
use Symplify\EasyCodingStandard\Config\ECSConfig;

return ECSConfig::configure()
    ->withSets([SetList::CONTAO])
    // Adjust the configuration according to your needs.
;

然后像这样运行脚本

vendor/bin/ecs check

里面有什么?

该包包含以下自定义修复器

该包包含以下自定义嗅探器

许可证

Contao根据LGPLv3许可证条款发布。

获取支持

访问支持页面了解可用的支持选项。