From 66951c82a68b42605a97ba91ebc87643e3523cd8 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 5 Nov 2024 11:20:25 +0300 Subject: [PATCH] Update src/Reference/TagReference.php Co-authored-by: Alexey Rogachev --- src/Reference/TagReference.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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