0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. data
DDylan T.Bump world format version to 26.0
15bdc9a2创建于 2月16日历史提交
文件最后提交记录最后更新时间
bedrock
Bump world format version to 26.0 3 个月前
java
data: Use statically analyzable ways of ensuring all cases are registered PHPStan will verify that these matches cover all cases, which guarantees that all cases will be covered. In addition, if PHPStan is not used, the constructors will immediately bail out when they hit a case that isn't covered. The only downside is the extra indentation :( 2 年前
runtime
PHPStan 2.0 fixes 1 年前
SavedDataLoadingException.php
Use PHP-CS-Fixer to enforce file header presence 3 年前