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 Dec 5, 2024
1 parent 5eca58e commit b9ae134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected function makeHeadingId(string $contents): string
$id = $identifier;
$suffix = 1;
while (in_array($id, $this->headingRegistry)) {
$id = $identifier . '-' . $suffix++;
$id = $identifier.'-'.$suffix++;
}

// Record the ID in the tracker and return it
Expand Down

0 comments on commit b9ae134

Please sign in to comment.