Completed
Push — sf-44 ( 08883d...bcb5c5 )
by Kamil
33:35 queued 27:46
created
src/Sylius/Bundle/AttributeBundle/test/app/AppKernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 declare(strict_types=1);
13 13
 
14
-use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
15 14
 use Symfony\Component\Config\Loader\LoaderInterface;
16 15
 use Symfony\Component\HttpKernel\Kernel;
17 16
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/OrderBundle/test/app/AppKernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
  * file that was distributed with this source code.
20 20
  */
21 21
 
22
-use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
23 22
 use Symfony\Component\Config\Loader\LoaderInterface;
24 23
 use Symfony\Component\HttpKernel\Kernel;
25 24
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/ProductBundle/test/app/AppKernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
  * file that was distributed with this source code.
20 20
  */
21 21
 
22
-use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
23 22
 use Symfony\Component\Config\Loader\LoaderInterface;
24 23
 use Symfony\Component\HttpKernel\Kernel;
25 24
 
Please login to merge, or discard this patch.