We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b340b commit bbf8370Copy full SHA for bbf8370
tests/PHPStan/Rules/Exceptions/data/bug-11900.php
@@ -68,20 +68,4 @@ public function validate2(): void
68
{
69
TestDataException::throw2();
70
}
71
-
72
- /**
73
- * @throws TestDataException
74
- */
75
- public function validate3(TestDataException $e): void
76
- {
77
- $e->i;
78
- }
79
80
81
82
83
- public function validate4(): void
84
85
- new TestDataException();
86
87
0 commit comments