Skip to content

Commit

Permalink
Merge pull request #6 from DaveLiddament/fix/test-tag-attribute
Browse files Browse the repository at this point in the history
FIX copy and paste error with TestTag
  • Loading branch information
DaveLiddament authored May 31, 2022
2 parents f553c28 + 38f2910 commit aa2f632
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/TestTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@
#[Attribute(Attribute::TARGET_METHOD)]
class TestTag
{
/** @param class-string ...$friends */
public function __construct(
string ...$friends,
) {
}
}

0 comments on commit aa2f632

Please sign in to comment.