1 Star 1 Fork 36

pwalan/duckphp

forked from 陈某某/duckphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpstan.neon 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenguobing 提交于 2020-08-23 19:31 . 根据新版 phpstan 修复
parameters:
# Needed only when you use "rules" block below
level: 8
checkMissingIterableValueType: false
### inferPrivatePropertyTypeFromConstructor: false
paths:
- src
# Sometimes needed
bootstrapFiles:
- autoload.php
ignoreErrors:
- '#Unsafe usage of new static#'
- '#no return typehint specified#'
- '#with no typehint specified#'
- '#has no typehint specified#'
# Prevents scanning given folders/files
excludes_analyse:
- src/Core/Functions.php
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ppwalan/duckphp.git
git@gitee.com:ppwalan/duckphp.git
ppwalan
duckphp
duckphp
master

搜索帮助