@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | - |
|
6 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 4 | // Returns the public 'cache.app_clearer' shared service. |
8 | 5 |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | - |
|
6 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 4 | // Returns the public 'cache.app' shared service. |
8 | 5 |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | - |
|
6 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 4 | // Returns the private 'cache.default_marshaller' shared service. |
8 | 5 |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | - |
|
6 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 4 | // Returns the public 'cache.global_clearer' shared service. |
8 | 5 |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | - |
|
6 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 4 | // Returns the private 'cache.property_access' shared service. |
8 | 5 |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | - |
|
6 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 4 | // Returns the public 'cache.system_clearer' shared service. |
8 | 5 |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | - |
|
6 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 4 | // Returns the public 'cache.system' shared service. |
8 | 5 |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | 4 | |
6 | 5 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 6 | // Returns the public 'cache_clearer' shared service. |
@@ -6,6 +6,6 @@ |
||
6 | 6 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 7 | // Returns the public 'cache_clearer' shared service. |
8 | 8 | |
9 | -return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () { |
|
9 | +return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function() { |
|
10 | 10 | yield 0 => ($this->services['cache.system_clearer'] ?? $this->load('getCache_SystemClearerService.php')); |
11 | 11 | }, 1)); |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
4 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
5 | 4 | |
6 | 5 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 6 | // Returns the public 'cache_warmer' shared service. |
@@ -6,7 +6,7 @@ |
||
6 | 6 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
7 | 7 | // Returns the public 'cache_warmer' shared service. |
8 | 8 | |
9 | -return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () { |
|
9 | +return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function() { |
|
10 | 10 | yield 0 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->load('getValidator_Mapping_CacheWarmerService.php')); |
11 | 11 | yield 1 => ($this->privates['router.cache_warmer'] ?? $this->load('getRouter_CacheWarmerService.php')); |
12 | 12 | yield 2 => ($this->privates['annotations.cache_warmer'] ?? $this->load('getAnnotations_CacheWarmerService.php')); |