var/cache/dev/ContainerG9yU64g/getHwiOauth_HttpClientService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerG9yU64g;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getHwiOauth_HttpClientService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'hwi_oauth.http_client' shared service.
  12.      *
  13.      * @return \Http\Client\Common\HttpMethodsClient
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  19.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  20.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  21.         return $container->privates['hwi_oauth.http_client'] = new \Http\Client\Common\HttpMethodsClient(($container->services['httplug.client'] ?? $container->load('getHttplug_ClientService')), ($container->services['httplug.message_factory'] ?? $container->load('getHttplug_MessageFactoryService')));
  22.     }
  23. }