Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DHandlerStack.php89 $stack[] = '0) Handler: '.$this->debugCallable($this->handler);
96 $str .= 'Function: '.$this->debugCallable($tuple[0]);
260 private function debugCallable($fn): string function in GuzzleHttp\\HandlerStack
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
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