8000 Merge branch '7.1' into 7.2 · symfony/symfony@1b22bbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b22bbe

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix dumped markup
2 parents d707bad + 6870e0f commit 1b22bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/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)
0