contao/php-cs-fixer
最新稳定版本:2.2.0
Composer 安装命令:
composer require contao/php-cs-fixer
包简介
PHP-CS-Fixer configurations for Contao
README 文档
README
This package includes the PHP-CS-Fixer configurations for Contao.
Installation
You can install the package with Composer:
composer require contao/php-cs-fixer
Usage
Add the following to your .php_cs.dist file:
<?php $header = <<<EOF This file is part of Contao. (c) Leo Feyer @license LGPL-3.0-or-later EOF; $config = new Contao\PhpCsFixer\DefaultConfig($header); $config ->getFinder() ->in(['src/']) ; return $config;
License
Contao is licensed under the terms of the LGPLv3.
Getting support
Visit the support page to learn about the available support options.
统计信息
- 总下载量: 34.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2019-09-30