Skip to content

Commit

Permalink
Fix property types being too greedy
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 20, 2024
1 parent e728f64 commit 5be0986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tokens/RenderTokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __invoke(
int $parsedOffset = 0
): string {
$output = $content;
//dump($tokens);
//dump($tokens);
foreach ($tokens as $currentToken) {
$value = $currentToken->hasChildren()
? ($this)(
Expand Down

0 comments on commit 5be0986

Please sign in to comment.