Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php206 $args[] = static::quote(static::handleCustomStyles($match[2][0], $match[1][0]));
218 private static function handleCustomStyles(string $style, string $string): string function in Monolog\\Handler\\BrowserConsoleHandler