Skip to content

Commit bbf8370

Browse files
Remove failing cases
1 parent 98b340b commit bbf8370

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/PHPStan/Rules/Exceptions/data/bug-11900.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,4 @@ public function validate2(): void
6868
{
6969
TestDataException::throw2();
7070
}
71-
72-
/**
73-
* @throws TestDataException
74-
*/
75-
public function validate3(TestDataException $e): void
76-
{
77-
$e->i;
78-
}
79-
80-
/**
81-
* @throws TestDataException
82-
*/
83-
public function validate4(): void
84-
{
85-
new TestDataException();
86-
}
8771
}

0 commit comments

Comments
 (0)