Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php180 $script[] = static::call_array('log', static::handleStyles($record['formatted']));
184 … [static::call_array('groupCollapsed', static::handleStyles($record['formatted']))],
198 private static function handleStyles(string $formatted): array function in Monolog\\Handler\\BrowserConsoleHandler