Skip to content

Commit

Permalink
Merge branch 'speedup' of https://github.com/live627/php-liquid into …
Browse files Browse the repository at this point in the history
…speedup
  • Loading branch information
live627 committed May 10, 2024
2 parents 782a9ab + f8572b4 commit 0b39a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Liquid/AbstractBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ private function createVariable($token)

throw new ParseException("Variable $token was not properly terminated");
}
}
}
2 changes: 1 addition & 1 deletion src/Liquid/Tag/TagRaw.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ public function parse(array &$tokens)
$this->nodelist[] = $token;
}
}
}
}

0 comments on commit 0b39a91

Please sign in to comment.