Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jan 8, 2024
1 parent 3f357e7 commit 7721b86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

class Util
{
/**
* Compatibility layer to support both codefog/contao-haste v4 and v5.
*/
public static function recursiveReplaceTokensAndTags(string $text, array $tokens, int $textFlags = 0): string
{
if (class_exists(StringParser::class)) {
Expand Down

0 comments on commit 7721b86

Please sign in to comment.