Remove PHPStan rules (no longer needed)

this is enforced by php-cs-fixer now instead.
This commit is contained in:
Dylan K. Taylor
2022-01-20 19:25:34 +00:00
parent 32db27af78
commit 345ac75aac
4 changed files with 0 additions and 668 deletions

View File

@ -1,6 +1,5 @@
includes:
- tests/phpstan/configs/actual-problems.neon
- tests/phpstan/configs/and-or-logical.neon
- tests/phpstan/configs/gc-hacks.neon
- tests/phpstan/configs/impossible-generics.neon
- tests/phpstan/configs/php-bugs.neon
@ -13,8 +12,6 @@ includes:
rules:
- pocketmine\phpstan\rules\DisallowEnumComparisonRule
- pocketmine\phpstan\rules\DisallowLogicalAndOperatorRule
- pocketmine\phpstan\rules\DisallowLogicalOrOperatorRule
- pocketmine\phpstan\rules\UnsafeForeachArrayOfStringRule
# - pocketmine\phpstan\rules\ThreadedSupportedTypesRule