47 Star 85 Fork 33

RockYang/herosphp-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpstan.neon 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
chenzifan 提交于 2022-09-16 10:37 . ignoreErrors phpstan.neon
parameters:
inferPrivatePropertyTypeFromConstructor: true
treatPhpDocTypesAsCertain: true
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Unsafe usage of new static\(\).#'
- '#Constant BASE_PATH not found.#'
- '#Constant APP_PATH not found.#'
- '#Constant RUNTIME_PATH not found.#'
- '#Constant PUBLIC_PATH not found.#'
- '#Constant CONFIG_PATH not found.#'
- '#Class app\\exception\\ExceptionHandler not found.#'
- '#Access to an undefined property Workerman\\Worker::\$onWebSocketConnect.#'
- '#Method herosphp\\core\\Template::_getIncludePath\(\) is unused.#'
- '#Method herosphp\\core\\Template::_importResource\(\) is unused.#'
- '#Call to an undefined method ReflectionType::getName\(\).#'
- '#Access to an undefined property Workerman\\Connection\\TcpConnection::\$__header.#'
- '#herosphp\\validate\\#'
- '#Parameter \$event of method herosphp\\utils\\Plugin::publish\(\) has invalid type Composer\\Script\\Event.#'
- '#Call to method getArguments\(\) on an unknown class Composer\\Script\\Event.#'
- '#Instantiated class Composer\\Package\\Package not found.#'
- '#Call to method getComposer\(\) on an unknown class Composer\\Script\\Event.#'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/blackfox/herosphp.git
git@gitee.com:blackfox/herosphp.git
blackfox
herosphp
herosphp-framework
master

搜索帮助