1 Star 0 Fork 138

李策 / laravel-bjyblog

forked from 白俊遥 / laravel-bjyblog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpstan.neon 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
白俊遥 提交于 2019-12-16 23:24 . Algolia search completed
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
level: 1
paths:
- app
- config
- routes
ignoreErrors:
- '#Static call to instance method Illuminate\\Support\\Str::is(True|False|Null|JsonArray|JsonObject)\(\)#'
- '#Static method App\\Models\\\w+::select\(\) invoked with.*#'
- '#Method App\\Models\\\w+::select\(\) invoked with.*#'
-
message: '#Undefined variable: \$this#'
path: %currentWorkingDirectory%/routes/console.php
-
message: '#Using \$this outside a class#'
path: %currentWorkingDirectory%/routes/console.php
PHP
1
https://gitee.com/licesn/laravel-bjyblog.git
git@gitee.com:licesn/laravel-bjyblog.git
licesn
laravel-bjyblog
laravel-bjyblog
master

搜索帮助