var/cache/dev/Container3sPgu6Q/getDeflateService.php line 20

Open in your IDE?
  1. <?php
  2. namespace Container3sPgu6Q;
  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 getDeflateService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Jose\Component\Encryption\Compression\Deflate' shared autowired service.
  12.      *
  13.      * @return \Jose\Component\Encryption\Compression\Deflate
  14.      *
  15.      * @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.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         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.');
  20.         return new \Jose\Component\Encryption\Compression\Deflate();
  21.     }
  22. }