Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 25, 2024
1 parent 93fbfff commit ea476db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public function expectOutputString(string $expectedString): void
}

/**
* @psalm-param class-string<\Throwable> $exception
* @psalm-param class-string<Throwable> $exception
*/
public function expectException(string $exception): void
{
Expand Down

0 comments on commit ea476db

Please sign in to comment.