diff --git a/src/Tag/Description.php b/src/Tag/Description.php index bf739d9..4eb4f6e 100644 --- a/src/Tag/Description.php +++ b/src/Tag/Description.php @@ -65,6 +65,6 @@ public function __toString(): string $tags[] = (string) $tag; } - return \vsprintf((string) $this->template, $tags); + return \vsprintf($this->template, $tags); } }