Home
last modified time | relevance | path

Searched refs:closerCharacter (Results 1 – 1 of 1) sorted by path

/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteProcessor.php32 private string $closerCharacter;
38 $this->closerCharacter = $closer;
64 $closer->insertBefore(new Quote($this->closerCharacter));
30 private $closerCharacter; global() variable in League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor