We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb914a commit 5c48e25Copy full SHA for 5c48e25
tests/src/Rules/DocBlockHeaderFixerTest.php
@@ -32,7 +32,7 @@
32
/**
33
* @internal
34
*/
35
-#[\PHPUnit\Framework\Attributes\CoversClass(\KonradMichalik\PhpDocBlockHeaderFixer\Rules\DocBlockHeaderFixer::class)]
+#[\PHPUnit\Framework\Attributes\CoversClass(DocBlockHeaderFixer::class)]
36
final class DocBlockHeaderFixerTest extends TestCase
37
{
38
private DocBlockHeaderFixer $fixer;
0 commit comments