Skip to content

Commit 82b478c

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix dumped markup
2 parents 29dae22 + a563c5a commit 82b478c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/HtmlDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ protected function style(string $style, string $value, array $attr = []): string
856856
} elseif ('meta' === $style && isset($attr['title'])) {
857857
$dumpTitle = esc($this->utf8Encode($attr['title']));
858858
} elseif ('private' === $style) {
859-
$dumpTitle = \sprintf('Private property defined in class:
`%s`"', esc($this->utf8Encode($attr['class'])));
859+
$dumpTitle = \sprintf('Private property defined in class:
`%s`', esc($this->utf8Encode($attr['class'])));
860860
}
861861

862862
if (isset($attr['ellipsis'])) {

0 commit comments

Comments
 (0)