Completed
Pull Request — master (#906)
by Paweł
11:04
created
var/cache/test/ContainerRQzXzK5/getCache_AppClearerService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
SettingsBundle/var/cache/test/ContainerRQzXzK5/getCache_AppService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getCache_DefaultMarshallerService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getCache_GlobalClearerService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getCache_PropertyAccessService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getCache_SystemClearerService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
SettingsBundle/var/cache/test/ContainerRQzXzK5/getCache_SystemService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
SettingsBundle/var/cache/test/ContainerRQzXzK5/getCacheClearerService.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,6 +6,6 @@
 block discarded – undo
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));
Please login to merge, or discard this patch.
SettingsBundle/var/cache/test/ContainerRQzXzK5/getCacheWarmerService.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
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'));
Please login to merge, or discard this patch.