We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb31916 commit e46d2bbCopy full SHA for e46d2bb
webroot/admin/user-mgmt.php
@@ -39,11 +39,9 @@ class="stripe compact hover"
39
<th>Mail</th>
40
<th>Groups</th>
41
<th>Actions</th>
42
- <?php
43
- foreach (UserFlag::cases() as $flag) {
44
- echo "<th>$flag->value</th>";
45
- }
46
- ?>
+<?php foreach (UserFlag::cases() as $flag) : ?>
+ <th><?php echo $flag->value; ?></th>
+<?php endforeach ?>
47
</tr>
48
</thead>
49
<tbody>
0 commit comments