Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Apr 22, 2024
1 parent 0feb0e9 commit d95b5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Highlight/Injections/CommentInjection.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function style(string $content): string
],
);

$comment = str_replace('/* * ', '/*', $comment);
$comment = str_replace('/* *', '/*', $comment);

return TerminalStyle::FG_GRAY($comment);
}
Expand Down

0 comments on commit d95b5fc

Please sign in to comment.