Home
last modified time | relevance | path

Searched refs:call_array (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']))],
283 return static::call_array($method, $args);
289 private static function call_array(string $method, array $args): string function in Monolog\\Handler\\BrowserConsoleHandler