flexis/php-cs-fixer-config
最新稳定版本:v0.1.1
Composer 安装命令:
composer require --dev flexis/php-cs-fixer-config
包简介
Provides common configurations for friendsofphp/php-cs-fixer, used within FLEX-IS
README 文档
README
This repository was created for the purpose of introducing uniform coding standards for PHP code within FLEX-IS.
It is based on the ideas of refinery29/php-cs-fixer-config.
Installation
Install this package via composer:
$ composer require --dev flexis/php-cs-fixer-config
Create a configuration file .php-cs-fixer.dist.php:
- Create
Finderwith paths to the source code. - Choose a set of rules according to the target PHP version.
- (optional) Set header comment.
- Set cache filename and add it to the
.gitignore..php-cs-fixer.cache
Usage
To fix coding standards manually, run:
$ php vendor/bin/php-cs-fixer fix
💡 See the official documentation for more examples.
License
This package is licensed using the MIT License.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-23