jorgegc/phing-phpcs

Phing 的 PHP_CodeSniffer 目标集合。

2.1.1 2018-10-18 07:36 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:38:30 UTC


README

概览

Phing 的 PHP_CodeSniffer 目标集合。

安装

此项目可以使用 Composer 检出。

"require": {
    "jorgegc/phing-phpcs": "*"
}

如果您已经在现有项目中运行了 Phing 构建,为什么不添加以下行到您的 build.xml 中以包含这些任务呢:

<import file="vendor/jorgegc/phing-phpcs/build.xml" optional="true" />

使用方法

获取任务列表。

phing -l