Skip to content

Commit

Permalink
fixup! 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 4eaf677 commit 642666b
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 @@ -152,7 +152,7 @@
</thead>
<tbody>
<tr>
<td colspan="2">{{ commandItem.type }}</td>
<td colspan="2">{{ commandItem.type|genericClass }}</td>
<td>{{ commandItem.duration }}ms</td>
</tr>
<tr>
Expand Down Expand Up @@ -224,7 +224,7 @@
</thead>
<tbody>
<tr>
<td colspan="2">{{ queryItem.type }}</td>
<td colspan="2">{{ queryItem.type|genericClass }}</td>
<td>{{ queryItem.duration }}ms</td>
{% if queryItem.isLoadedFromCache %}
<td class="col--success" data-cached-status="{{ currentCacheKey }}">Yes</td>
Expand Down Expand Up @@ -404,7 +404,7 @@
</thead>
<tbody>
<tr>
<td colspan="2">{{ otherItem.type }}</td>
<td colspan="2">{{ otherItem.type|genericClass }}</td>
<td>{{ otherItem.duration }}ms</td>
</tr>
<tr>
Expand Down

0 comments on commit 642666b

Please sign in to comment.