| Bump world format version to 26.0
| 3 个月前 |
| 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 年前 |
| PHPStan 2.0 fixes
| 1 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |