var/cache/dev/Container3sPgu6Q/getCompressionMethodManagerFactoryService.php line 22

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 getCompressionMethodManagerFactoryService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Jose\Component\Encryption\Compression\CompressionMethodManagerFactory' shared autowired service.
  12.      *
  13.      * @return \Jose\Component\Encryption\Compression\CompressionMethodManagerFactory
  14.      *
  15.      * @deprecated Since web-token/jwt-bundle 3.3.0: The "Jose\Component\Encryption\Compression\CompressionMethodManagerFactory" 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\\CompressionMethodManagerFactory" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE.');
  20.         $container->services['Jose\\Component\\Encryption\\Compression\\CompressionMethodManagerFactory'] = $instance = new \Jose\Component\Encryption\Compression\CompressionMethodManagerFactory();
  21.         $instance->add('DEF'$container->load('getDeflateService'));
  22.         return $instance;
  23.     }
  24. }