Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 11, 2024
1 parent 808c095 commit b9e7100
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Tokenizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,7 @@ final class Tokenizer
*/
public function __construct()
{
$regexes = $this->makeTokenizeRegexes();
$this->tokenizeRegex = $this->makeTokenizeRegex($regexes);
$this->tokenizeRegex = $this->makeTokenizeRegex($this->makeTokenizeRegexes());
}

/**
Expand Down

0 comments on commit b9e7100

Please sign in to comment.