0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. tests
  4. /
  5. phpstan
  6. /
  7. rules
DDylan K. TaylorImprove PHPStan error reporting for unsafe foreaches
d789c75c创建于 2025年5月8日历史提交
文件最后提交记录最后更新时间
DeprecatedLegacyEnumAccessRule.php
Update to PHPStan 2.x 1 年前
DisallowDynamicNewRule.php
change error identifier 1 年前
DisallowEnumComparisonRule.php
Update to PHPStan 2.x 1 年前
DisallowForeachByReferenceRule.php
Update to PHPStan 2.x 1 年前
ExplodeLimitRule.php
New rule: explode() limit parameter must be set 1 年前
UnsafeForeachRule.php
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 年前