1 Star 0 Fork 30

icewind2021/mqtt

forked from PHPMQTT/mqtt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpstan.neon 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
沈唁 提交于 2021-12-22 10:45 . Add Static Code Analysis (#72)
parameters:
level: 6
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
bootstrapFiles:
- examples/bootstrap.php
paths:
- src
- tests
excludePaths:
- src/Tools/Common.php
ignoreErrors:
- '#Call to an undefined method \S+::setTopic\(\).#'
- '#Method Simps\\MQTT\\Message\\[a-zA-Z]+::getContents\(\) has no return type specified.#'
-
message: '#Method \S+ has no return type specified.#'
paths:
- tests/*
- src/Client.php
-
message: '#Property \S+ has no type specified.#'
paths:
- tests/*
- src/Message/*
- src/Property/PacketMap.php
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/icewind2021/mqtt.git
git@gitee.com:icewind2021/mqtt.git
icewind2021
mqtt
mqtt
master

搜索帮助