We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db71cf commit 5f6eac4Copy full SHA for 5f6eac4
1 file changed
templates/element/cache_panel.php
@@ -30,7 +30,7 @@
30
</tr>
31
</thead>
32
<tbody>
33
- <?php foreach ($metrics as $name => $values): ?>
+ <?php foreach ($metrics as $name => $values) : ?>
34
<tr>
35
<td><?= h($name) ?></td>
36
<td class="right-text">
@@ -58,7 +58,7 @@ class="btn-primary clear-cache"
58
59
60
61
- <?php foreach ($metrics as $name => $counters): ?>
+ <?php foreach ($metrics as $name => $counters) : ?>
62
63
64
<td class="right-text"><?= $counters['get hit'] ?></td>
@@ -78,7 +78,7 @@ class="btn-primary clear-cache"
78
79
80
81
- <?php foreach ($logs as $log): ?>
+ <?php foreach ($logs as $log) : ?>
82
83
<td><?= h($log) ?></td>
84
0 commit comments