Skip to content

Commit ac7f22c

Browse files
authored
fix static analysis
1 parent ffec496 commit ac7f22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Tag/Description.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ public function __toString(): string
6565
$tags[] = (string) $tag;
6666
}
6767

68-
return \vsprintf((string) $this->template, $tags);
68+
return \vsprintf($this->template, $tags);
6969
}
7070
}

0 commit comments

Comments
 (0)