rshop/php-cs-fixer-config 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-09-29