Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 12, 2024
1 parent 61bf43e commit eb537ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ protected function makeHeadingsTable(): string

$html = '<tr><th>Level</th><th>Heading</th></tr>';
foreach ($rows as $row) {
$html .= "<tr><td>" . implode('</td><td>', $row) . "</td></tr>";
$html .= '<tr><td>'.implode('</td><td>', $row).'</td></tr>';
}

return $html;
Expand Down

0 comments on commit eb537ca

Please sign in to comment.