mikelooper/code-style
最新稳定版本:0.0.2
Composer 安装命令:
composer require --dev mikelooper/code-style
包简介
PHP Code Style rules
README 文档
README
- Install the dependency
composer require --dev mikelooper/coding-style
- Add it to your
ecs.phpfile:use Shared\Infrastructure\CodingStyle; use Symplify\EasyCodingStandard\Config\ECSConfig; return function (ECSConfig $ecsConfig): void { $ecsConfig->paths([__DIR__ . '/src',]); $ecsConfig->sets([CodingStyle::DEFAULT]); // Or this if you prefer to have the code aligned // $ecsConfig->sets([CodingStyle::ALIGNED]); };
- Execute it:
./vendor/bin/ecs check
🤔 What it does
统计信息
- 总下载量: 438
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-15