Skip to content

Commit d7d4e41

Browse files
committed
minor symfony#27263 [Profiler] Remove propel & event_listener_loading category identifiers (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- [Profiler] Remove propel & event_listener_loading category identifiers | Q | A | ------------- | --- | Branch? | 2.7 <!-- see below --> | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | Part of symfony#27262 (comment) <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- d52f491 [Profiler] Remove propel & event_listener_loading category identifiers
2 parents 30ffb61 + d52f491 commit d7d4e41

File tree

1 file changed

+0
-2
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
'default': '#aacd4e',
88
'section': '#666',
99
'event_listener': '#3dd',
10-
'event_listener_loading': '#add',
1110
'template': '#dd3',
1211
'doctrine': '#d3d',
13-
'propel': '#f4d',
1412
'child_sections': '#eed',
1513
} %}
1614
{% endif %}

0 commit comments

Comments
 (0)