brotkrueml/coding-standards
最新稳定版本:v6.3.1
Composer 安装命令:
composer require brotkrueml/coding-standards
包简介
Coding standards for the brotkrueml projects
README 文档
README
Coding standards for the brotkrueml projects based on symplify/easy-coding-standard.
Installation
Install the package via Composer:
composer req brotkrueml/coding-standards --dev
Usage
Just import the common rule set and add your additional configuration (like paths, skip, etc.), for example:
<?php declare (strict_types=1); use Symplify\EasyCodingStandard\Config\ECSConfig; return ECSConfig::configure() ->withSets([ __DIR__ . '/vendor/brotkrueml/coding-standards/config/common.php', ]) ->withParallel() ->withPaths([ __DIR__ . '/src', __DIR__ . '/tests', // ... ]) // ... additional configuration ... ; };
统计信息
- 总下载量: 29.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 31
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-09-29