We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664c56e commit bbcbeacCopy full SHA for bbcbeac
1 file changed
src/Debug/ConfigCollector.php
@@ -86,7 +86,7 @@ protected function getTable() : string
86
<td rowspan="<?= $count ?>"><?= $config['name'] ?></td>
87
<td><?= $config['instances'][0]['name'] ?></td>
88
<td rowspan="1">
89
-
+ <?php if (!empty($config['instances'][0]['values'])): ?>
90
<table>
91
<thead>
92
<tr>
@@ -103,7 +103,7 @@ protected function getTable() : string
103
<?php endforeach ?>
104
</tbody>
105
</table>
106
+ <?php endif ?>
107
</td>
108
<td rowspan="<?= \count($config['instances']) ?>">
109
<?php
0 commit comments