<?php
namespace ContainerM9E7eeL;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getDeflateService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Jose\Component\Encryption\Compression\Deflate' shared autowired service.
*
* @return \Jose\Component\Encryption\Compression\Deflate
*
* @deprecated Since web-token/jwt-bundle 3.3.0: The "Jose\Component\Encryption\Compression\Deflate" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('web-token/jwt-bundle', '3.3.0', 'The "Jose\\Component\\Encryption\\Compression\\Deflate" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE.');
return new \Jose\Component\Encryption\Compression\Deflate();
}
}