Skip to content

Commit

Permalink
fixup! fixup! Format generic classes in profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Apr 5, 2022
1 parent da6bb97 commit 4eaf677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resources/views/Profiler/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<td colspan="3">
<ol>
{% for decodedBy in commandItem.decodedBy %}
<li>{{ decodedBy }}</li>
<li>{{ decodedBy|genericClass }}</li>
{% endfor %}
</ol>
</td>
Expand Down Expand Up @@ -264,7 +264,7 @@
<td colspan="5">
<ol>
{% for decodedBy in queryItem.decodedBy %}
<li>{{ decodedBy }}</li>
<li>{{ decodedBy|genericClass }}</li>
{% endfor %}
</ol>
</td>
Expand Down Expand Up @@ -421,7 +421,7 @@
<td colspan="2">
<ol>
{% for decodedBy in otherItem.decodedBy %}
<li>{{ decodedBy }}</li>
<li>{{ decodedBy|genericClass }}</li>
{% endfor %}
</ol>
</td>
Expand Down

0 comments on commit 4eaf677

Please sign in to comment.