Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Oct 9, 2023
2 parents 3c75b2a + 7af3307 commit d1c0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/SmartPunct/QuoteParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class QuoteParser implements InlineParserInterface

public function getMatchDefinition(): InlineParserMatch
{
return InlineParserMatch::oneOf(...\array_merge(self::DOUBLE_QUOTES, self::SINGLE_QUOTES));
return InlineParserMatch::oneOf(...[...self::DOUBLE_QUOTES, ...self::SINGLE_QUOTES]);
}

/**
Expand Down

0 comments on commit d1c0cee

Please sign in to comment.