Merge branch 'minor-next' into major-next

This commit is contained in:
Dylan K. Taylor
2025-03-09 01:18:55 +00:00
6 changed files with 92 additions and 0 deletions

View File

@ -10,6 +10,7 @@ includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
rules:
- pocketmine\phpstan\rules\DisallowDynamicNewRule
- pocketmine\phpstan\rules\DisallowForeachByReferenceRule
- pocketmine\phpstan\rules\ExplodeLimitRule
- pocketmine\phpstan\rules\UnsafeForeachArrayOfStringRule