Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  prevent the installation of unstable phpdocumentor/type-resolver releases
  chore: fix typo 'do' verb
  [Twig Bridge] Add PHPdoc information to some email methods
  Amend MoneyType twig to include a space.
  [WebProfilerBundle] Remove redundant code from logger template
  • Loading branch information
xabbuh committed Dec 4, 2022
2 parents 1cb5000 + 9778733 commit b607109
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Resources/views/Collector/logger.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,6 @@
{% if has_trace %}
{% set trace_id = 'trace-' ~ category ~ '-' ~ log_index %}
<span><button type="button" class="btn btn-link text-small sf-toggle" data-toggle-selector="#{{ trace_id }}" data-toggle-alt-content="Hide trace">Show trace</button></span>

<div id="{{ trace_id }}" class="context sf-toggle-content sf-toggle-hidden">
{{ profiler_dump(log.context.exception.trace, maxDepth=1) }}
</div>
{% endif %}

{% if has_context %}
Expand Down

0 comments on commit b607109

Please sign in to comment.