1 Star 2 Fork 2

飒爽师叔/翼龙面板汉化版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpstan.neon 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Penner 提交于 2022-12-14 18:41 . composer: update dependencies
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- app/
# Level 9 is the highest level
level: 4
ignoreErrors:
# Ignore repository interface missing methods
- '#Call to an undefined method Pterodactyl\\Repositories\\Wings\\DaemonRepository::(\w+)\(\)#'
# Ignore magic spatie calls
- '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::allowed(\w+)\(\)#'
excludePaths:
- app/Repositories
# More magic spatie to be replaced
- app/Extensions/Spatie/Fractalistic/Fractal.php
#
# checkMissingIterableValueType: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/vlssu/pterodactyl-panel.git
[email protected]:vlssu/pterodactyl-panel.git
vlssu
pterodactyl-panel
翼龙面板汉化版
develop

搜索帮助