rshop/php-cs-fixer-config
最新稳定版本:v3.1.0
Composer 安装命令:
composer require rshop/php-cs-fixer-config
包简介
Provides a configuration for friendsofphp/php-cs-fixer
README 文档
README
This repository provides configurations for friendsofphp/php-cs-fixer.
Installation
Install the latest version using composer require --dev rshop/php-cs-fixer-config
Usage
Create a configuration file .php-cs-fixer.dist.php in the root of your project:
<?php $config = new Rshop\CS\Config\Rshop(); $config->getFinder()->in(__DIR__); return $config;
To modify configuration file use setRule method. To declare strict types use setStrict method.
统计信息
- 总下载量: 47.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 18
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-29