Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php84 $stack[] = "0) Handler: " . $this->debugCallable($this->handler);
91 $str .= "Function: " . $this->debugCallable($tuple[0]);
263 private function debugCallable($fn) function in GuzzleHttp\\HandlerStack