/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/auth/src/HttpHandler
NameSizeModeActions
Guzzle6HttpHandler.php17780644editdlrm
Guzzle7HttpHandler.php6940644editdlrm
HttpClientCache.php13590644editdlrm
HttpHandlerFactory.php22120644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/auth/src/HttpHandler/HttpHandlerFactory.php (2212B)
remove('http_errors'); $stack->unshift(Middleware::httpErrors($bodySummarizer), 'http_errors'); } $client = new Client(['handler' => $stack]); } $version = null; if (defined('GuzzleHttp\ClientInterface::MAJOR_VERSION')) { $version = ClientInterface::MAJOR_VERSION; } elseif (defined('GuzzleHttp\ClientInterface::VERSION')) { $version = (int) substr(ClientInterface::VERSION, 0, 1); } switch ($version) { case 6: return new Guzzle6HttpHandler($client); case 7: return new Guzzle7HttpHandler($client); default: throw new \Exception('Version not supported'); } } }