Skip to content

Commit 066a7dc

Browse files
Fix type annotation
1 parent d9fee5a commit 066a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class TestSuiteForTestMethodWithDataProvider extends TestSuite
2727
private readonly int $line;
2828

2929
/**
30-
* @psalm-param class-string $name
30+
* @psalm-param class-string $className
3131
*/
3232
public function __construct(string $name, int $size, TestCollection $tests, string $className, string $methodName, string $file, int $line)
3333
{

0 commit comments

Comments
 (0)