Skip to content

Commit 83207e1

Browse files
Fix type annotation
1 parent ce7d8f3 commit 83207e1

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
@@ -32,7 +32,7 @@ final class TestSuiteForTestMethodWithDataProvider extends TestSuite
3232

3333
/**
3434
* @psalm-param class-string $className
35-
* @psalm-param non-empty-string $className
35+
* @psalm-param non-empty-string $methodName
3636
*/
3737
public function __construct(string $name, int $size, TestCollection $tests, string $className, string $methodName, string $file, int $line)
3838
{

0 commit comments

Comments
 (0)