加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpstan.neon 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
zxin 提交于 2021-11-05 14:41 . 升级 phpstan/phpstan 到 1.0 (#204)
parameters:
level: 6
phpVersion: 80000
paths:
- src
- tests
- config
- dev
- split-repository
excludePaths:
- */vendor/*
- src/Components/grpc/example/grpc
- src/Components/smarty/src/smarty-plugins
- src/Config/DotEnv/EntryParser.php
- src/Config/DotEnv/Parser.php
bootstrapFiles:
- vendor/autoload.php
- split-repository/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.#'
-
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/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化