We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffec496 + ac7f22c commit cc10230Copy full SHA for cc10230
βsrc/Tag/Description.php
@@ -65,6 +65,6 @@ public function __toString(): string
65
$tags[] = (string) $tag;
66
}
67
68
- return \vsprintf((string) $this->template, $tags);
+ return \vsprintf($this->template, $tags);
69
70
0 commit comments