Test Failed
Push — master ( 6968d6...214d3c )
by Jean-Bernard
01:58
created
tests/Component/AppKernel.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Symfony\Bridge\Twig\TwigEngine;
15 15
 use Symfony\Bundle\FrameworkBundle\Client;
16
-use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
17 16
 use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
18 17
 use Symfony\Component\Config\Loader\LoaderInterface;
19 18
 use Symfony\Component\DependencyInjection\ContainerBuilder;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
     public function registerContainerConfiguration(LoaderInterface $loader)
89 89
     {
90
-        $loader->load(function (ContainerBuilder $container) use ($loader) {
90
+        $loader->load(function(ContainerBuilder $container) use ($loader) {
91 91
             // $container->loadFromExtension('framework', array(
92 92
             //     'router' => array(
93 93
             //         'resource' => 'kernel:loadRoutes',
Please login to merge, or discard this patch.