Skip to content

Commit ea476db

Browse files
Fix CS/WS issue
1 parent 93fbfff commit ea476db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ public function expectOutputString(string $expectedString): void
566566
}
567567

568568
/**
569-
* @psalm-param class-string<\Throwable> $exception
569+
* @psalm-param class-string<Throwable> $exception
570570
*/
571571
public function expectException(string $exception): void
572572
{

0 commit comments

Comments
 (0)