var/cache/dev/Container3sPgu6Q/getJose_InternalClockService.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 getJose_InternalClockService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'jose.internal_clock' shared autowired service.
  12.      *
  13.      * @return \Jose\Component\Checker\InternalClock
  14.      *
  15.      * @deprecated Since web-token/jwt-bundle 3.2.0: The service "jose.internal_clock" is an internal service that will be removed in 4.0.0. Please use a PSR-20 compatible service as clock.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('web-token/jwt-bundle''3.2.0''The service "jose.internal_clock" is an internal service that will be removed in 4.0.0. Please use a PSR-20 compatible service as clock.');
  20.         return $container->privates['jose.internal_clock'] = new \Jose\Component\Checker\InternalClock();
  21.     }
  22. }