0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. tests
  4. /
  5. phpstan
DDylan T.Update PHPStan
8d52969b创建于 4月5日历史提交
文件最后提交记录最后更新时间
configs
Update PHPStan 1 个月前
rules
Improve PHPStan error reporting for unsafe foreaches these are actually two separate concerns: one for dodgy PHPStan type suppression on implicit keys, and the other for arrays being casted to strings by PHP. 1 年前
stubs
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 个月前
DummyPluginOwned.php
Update to PHPStan 2.x 1 年前
analyse-for-current-php-version.neon.php
Workaround PHPStan "feature" phpstan/phpstan#7701 3 年前
bootstrap.php
Use PHP-CS-Fixer to enforce file header presence 3 年前