Skip to content

Commit 2ac47f1

Browse files
committed
Remove obsolete ThrowTypeRule because it targeted Stmt\Throw_
1 parent 8bfffef commit 2ac47f1

File tree

6 files changed

+0
-232
lines changed

6 files changed

+0
-232
lines changed

conf/config.level3.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ rules:
3030
- PHPStan\Rules\Properties\ReadOnlyPropertyAssignRule
3131
- PHPStan\Rules\Properties\ReadOnlyPropertyAssignRefRule
3232
- PHPStan\Rules\Properties\TypesAssignedToPropertiesRule
33-
- PHPStan\Rules\Variables\ThrowTypeRule
3433
- PHPStan\Rules\Variables\VariableCloningRule
3534

3635
parameters:

src/Rules/Variables/ThrowTypeRule.php

Lines changed: 0 additions & 62 deletions
This file was deleted.

tests/PHPStan/Rules/Variables/ThrowTypeRuleTest.php

Lines changed: 0 additions & 70 deletions
This file was deleted.

tests/PHPStan/Rules/Variables/data/throw-class-exists.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/PHPStan/Rules/Variables/data/throw-values-nullsafe.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/PHPStan/Rules/Variables/data/throw-values.php

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)