| Deal with a whole lot of PHPStan suppressed key casting errors
closes #6534
| 1 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| more deprecations in line with major-next
| 1 年前 |
| Absorb pocketmine/classloader into the core code
the only use for this class is to facilitate random runtime plugin loading, and it's not complete even for that purpose.
Since nothing but PM uses pocketmine/classloader anyway, it doesn't make sense to have it outside the core. As with LogPthreads, it's just adding more maintenance work.
| 2 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| PluginBase: fixed erroneous replacement
| 2 年前 |
| plugin: improve PHPDocs and type compliance
| 1 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Migrate final remaining EnumTrait users to native enums
| 2 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Avoid dodgy array_flip hash building
the conventional way is using array_keys and array_fill_keys. Behaviour is more predictable & also avoids benevolent union fuckery from PHPStan.
| 1 年前 |
| plugin: improve PHPDocs and type compliance
| 1 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Use str_starts_with, str_ends_with and str_contains instead of strpos (#5485)
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Finally deal with the event handlers impossible generics riddle
new PHPStan features allowed this to be mostly solved, although some annoyances still remain
| 6 个月前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| more deprecations in line with major-next
| 1 年前 |
| More script plugin doc updates
| 6 个月前 |