88 Star 592 Fork 116

GVP宇润 / imi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpstan-components.neon 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
parameters:
level: 6
phpVersion: 80000
paths:
- src/Components
excludePaths:
- */vendor/*
- src/Components/grpc/example/grpc
- src/Components/smarty/src/smarty-plugins
- src/Components/swoole/src/Process/Process.php
- src/Components/pgsql/src/Db/Drivers/SwooleNew
- src/Components/phar/src/Ignore
bootstrapFiles:
- vendor/autoload.php
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#is never read, only written#'
- '#expects class-string<\S+>, string given#'
- '#Unable to resolve the template type T in call to method#'
- '#Access to an undefined property Imi\\Util\\LazyArrayObject::\$[^.]+.#'
- '#Access to an undefined property Imi\\Util\\ArrayData::\$[^.]+.#'
- '#Unsafe usage of new static\(\).+#'
- '#Argument of an invalid type Imi\\Util\\ArrayData supplied for foreach, only iterables are supported.#'
- '#Argument of an invalid type ArrayAccess supplied for foreach, only iterables are supported.#'
- '#Property GPBMetadata\\Grpc::\$\S+ has no typehint specified.#'
- '#Property Grpc\\[^:]+::\$\S+ has no typehint specified.#'
- '#Method GPBMetadata\\Grpc::initOnce\(\) has no return typehint specified.#'
- '#PHPDoc tag @throws with type \S+ is not subtype of Throwable#'
- '#Constant IMI_PATH not found.#'
- '#Swoole\\Coroutine\\\S+ not found#'
-
message: '#Method \S+ has no return typehint specified.#'
paths:
- tests/unit/**Test.php
-
message: '#class .+ not found#'
paths:
- src/Components/jwt/*
-
message: '#Lcobucci#'
paths:
- src/Components/jwt/*
services:
PHP
1
https://gitee.com/yurunsoft/IMI.git
git@gitee.com:yurunsoft/IMI.git
yurunsoft
IMI
imi
2.1

搜索帮助