Skip to content

Commit aa2f632

Browse files
Merge pull request #6 from DaveLiddament/fix/test-tag-attribute
FIX copy and paste error with TestTag
2 parents f553c28 + 38f2910 commit aa2f632

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/TestTag.php

-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@
1212
#[Attribute(Attribute::TARGET_METHOD)]
1313
class TestTag
1414
{
15-
/** @param class-string ...$friends */
16-
public function __construct(
17-
string ...$friends,
18-
) {
19-
}
2015
}

0 commit comments

Comments
 (0)