Completed
Pull Request — master (#906)
by Paweł
11:04
created
var/cache/test/ContainerRQzXzK5/getConfigurationSettingsProviderService.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 'SWP\Bundle\SettingsBundle\Provider\ConfigurationSettingsProvider' shared service.
8 5
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getConsole_Command_AboutService.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 'console.command.about' shared service.
8 5
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getConsole_Command_AssetsInstallService.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 'console.command.assets_install' shared service.
8 5
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getConsole_Command_CacheClearService.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 'console.command.cache_clear' shared service.
8 5
 
Please login to merge, or discard this patch.
cache/test/ContainerRQzXzK5/getConsole_Command_CachePoolClearService.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 'console.command.cache_pool_clear' shared service.
8 5
 
Please login to merge, or discard this patch.
cache/test/ContainerRQzXzK5/getConsole_Command_CachePoolDeleteService.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 'console.command.cache_pool_delete' shared service.
8 5
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getConsole_Command_CachePoolListService.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 'console.command.cache_pool_list' shared service.
8 5
 
Please login to merge, or discard this patch.
cache/test/ContainerRQzXzK5/getConsole_Command_CachePoolPruneService.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 private 'console.command.cache_pool_prune' 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 private 'console.command.cache_pool_prune' shared service.
8 8
 
9
-$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
9
+$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function() {
10 10
     yield 'cache.app' => ($this->services['cache.app'] ?? $this->load('getCache_AppService.php'));
11 11
 }, 1));
12 12
 
Please login to merge, or discard this patch.
var/cache/test/ContainerRQzXzK5/getConsole_Command_CacheWarmupService.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 'console.command.cache_warmup' shared service.
8 5
 
Please login to merge, or discard this patch.