108 Star 310 Fork 64

Fixhub / Fixhub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
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/Fixhub/Fixhub.git
git@gitee.com:Fixhub/Fixhub.git
Fixhub
Fixhub
Fixhub
1.0

搜索帮助