Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 15, 2024
1 parent 5e21db7 commit 3019a0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tokens/RenderTokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public function __invoke(
array $tokens,
int $parsedOffset = 0
): string {
dump($tokens);
usort($tokens, fn (Token $a, Token $b) => $a->offset <=> $b->offset);

/** @var \Tempest\Highlight\Tokens\Token[] $groupedTokens */
Expand Down

0 comments on commit 3019a0b

Please sign in to comment.