Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
stable
PocketMine-MP
/
tests
/
phpstan
/
stubs
下载当前目录
D
Dylan K. Taylor
LoginPacketHandler: stop bailing on unexpected JSON properties
1c92d66c
创建于
2025年9月27日
历史提交
文件
最后提交记录
最后更新时间
JsonMapper.stub
LoginPacketHandler: stop bailing on unexpected JSON properties the intent of this was noble (to make sure nothing was missed), but in practice throwing errors on this stuff is just a pain in the ass. We don't actually need to care if the properties are not used, since it doesn't affect the decoding (like it would for a missing packet field), so the only reasons to complain are for BedrockProtocol to have a complete picture of the protocol, and to make sure we're not discarding useful information. Log a warning in these cases instead, which should be noticed by developers without being an unnecessary problem for users. closes #6816
7 个月前
chunkutils2.stub
Stub PalettedBlockArray functions that work with arrays and workaround PHPStan stupidity
1 年前
leveldb.stub
Fixed PHPStan iterable types for LevelDBIterator
4 年前
pmmpthread.stub
pmmpthread support
2 年前