mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Ban 'and' and 'or' operators via PHPStan
This commit is contained in:
@ -12,6 +12,8 @@ includes:
|
||||
|
||||
rules:
|
||||
- pocketmine\phpstan\rules\DisallowEnumComparisonRule
|
||||
- pocketmine\phpstan\rules\DisallowLogicalAndOperatorRule
|
||||
- pocketmine\phpstan\rules\DisallowLogicalOrOperatorRule
|
||||
- pocketmine\phpstan\rules\UnsafeForeachArrayOfStringRule
|
||||
# - pocketmine\phpstan\rules\ThreadedSupportedTypesRule
|
||||
|
||||
|
Reference in New Issue
Block a user