1 Star 0 Fork 115

huxing / Piplin

forked from Piplin / Piplin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpcs.xml 606 Bytes
一键复制 编辑 原始数据 按行查看 历史
phecho 提交于 2016-08-31 16:01 . Initial commit
<?xml version="1.0" ?>
<ruleset name="Deployer">
<description>Codestyle ruleset for Deployer</description>
<rule ref="PSR2" />
<file>app</file>
<arg name="encoding" value="UTF-8" />
<arg name="extensions" value="php" />
<exclude-pattern>database/*</exclude-pattern>
<exclude-pattern>bootstrap/*</exclude-pattern>
<exclude-pattern>config/*</exclude-pattern>
<exclude-pattern>tests/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>*.blade.php</exclude-pattern>
<exclude-pattern>resources/lang/*</exclude-pattern>
</ruleset>
PHP
1
https://gitee.com/packov/Piplin.git
git@gitee.com:packov/Piplin.git
packov
Piplin
Piplin
1.0

搜索帮助