spip/coding-standards
最新稳定版本:1.3.4
Composer 安装命令:
composer require --dev spip/coding-standards
包简介
SPIP Coding Standards
README 文档
README
This is a set of rules for PHP CodeSniffer that checks for SPIP Coding Standard and PHP Compatibility for SPIP v4.0+.
Installation
composer require --dev dealerdirect/phpcodesniffer-composer-installer spip/coding-standards
Usage
vendor/bin/phpcs --standard=SCS1 /path/to/file
or create a phpcs.xml file containing this:
<?xml version="1.0"?> <ruleset> <file>/path/to/file</file> <rule ref="SCS1" /> </ruleset>
and run :
vendor/bin/phpcs
统计信息
- 总下载量: 12.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-13