owncloud/coding-standard
最新稳定版本:5.3.1
Composer 安装命令:
composer require owncloud/coding-standard
包简介
ownCloud Coding Standard
README 文档
README
This repository provides a configuration for friendsofphp/php-cs-fixer to check that repositories are following the standards defined by the ownCloud team.
Installation
composer require --dev owncloud/coding-standard
Usage
Create a configuration file .php-cs-fixer.dist.php in the root of your project:
<?php
$config = new OC\CodingStandard\Config();
$config
->setUsingCache(true)
->getFinder()
->in(__DIR__);
return $config;
Versioning
This library follows semantic versioning, additions to the code checks that are "risky" will only be done in major versions
License
AGPL-3.0
统计信息
- 总下载量: 762k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0
- 更新时间: 2018-05-15