diff --git a/src/Framework/TestCase.php b/src/Framework/TestCase.php index dfea19787e7..e37b66ac460 100644 --- a/src/Framework/TestCase.php +++ b/src/Framework/TestCase.php @@ -566,7 +566,7 @@ public function expectOutputString(string $expectedString): void } /** - * @psalm-param class-string<\Throwable> $exception + * @psalm-param class-string $exception */ public function expectException(string $exception): void {