Skip to content

Commit 5c48e25

Browse files
committed
fix: update CoversClass attribute to use fully qualified class name
1 parent 9fb914a commit 5c48e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Rules/DocBlockHeaderFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* @internal
3434
*/
35-
#[\PHPUnit\Framework\Attributes\CoversClass(\KonradMichalik\PhpDocBlockHeaderFixer\Rules\DocBlockHeaderFixer::class)]
35+
#[\PHPUnit\Framework\Attributes\CoversClass(DocBlockHeaderFixer::class)]
3636
final class DocBlockHeaderFixerTest extends TestCase
3737
{
3838
private DocBlockHeaderFixer $fixer;

0 commit comments

Comments
 (0)