Home
last modified time | relevance | path

Searched refs:replaceNewlines (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php144 return $this->replaceNewlines($this->convertToString($value));
176 protected function replaceNewlines(string $str): string function in Monolog\\Formatter\\LineFormatter