diff --git a/src/Reference/TagReference.php b/src/Reference/TagReference.php index 31753d70..ec09a3e9 100644 --- a/src/Reference/TagReference.php +++ b/src/Reference/TagReference.php @@ -10,7 +10,7 @@ use function sprintf; /** - * `TagReference` is a helper class used to specify a reference to a tag. + * Helper class used to specify a reference to a tag. * For example, `TagReference::to('my-tag')` specifies a reference to all services that are tagged with `tag@my-tag`. */ final class TagReference