Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b22bbe

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.