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 714c6a7

Browse filesBrowse files
[VarDumper] Use default color for ellipsed namespaces/paths
1 parent cb03103 commit 714c6a7
Copy full SHA for 714c6a7

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ table.logs .metadata {
900900
#collector-content .sf-dump-note { color: #6897BB; }
901901
#collector-content .sf-dump-key { color: #789339; }
902902
#collector-content .sf-dump-ref { color: #6E6E6E; }
903+
#collector-content .sf-dump-ellipsis { color: #CC7832; }
903904

904905
#collector-content .sf-dump {
905906
margin: 0;

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class HtmlDumper extends CliDumper
4343
'meta' => 'color:#B729D9',
4444
'key' => 'color:#56DB3A',
4545
'index' => 'color:#1299DA',
46+
'ellipsis' => 'color:#FF8400',
4647
);
4748

4849
private $displayOptions = array(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.