Completed
Push — component-bundle ( 0f1f3e )
by Kamil
35:06
created
src/Sylius/Bundle/ApiBundle/DependencyInjection/SyliusApiExtension.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,15 +11,12 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\ApiBundle\DependencyInjection;
13 13
 
14
-use Sylius\Bundle\ApiBundle\Controller\TokenController;
15 14
 use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension;
16 15
 use Symfony\Component\Config\FileLocator;
17 16
 use Symfony\Component\DependencyInjection\ContainerBuilder;
18
-use Symfony\Component\DependencyInjection\Definition;
19 17
 use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
20 18
 use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
21 19
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
22
-use Symfony\Component\DependencyInjection\Reference;
23 20
 
24 21
 /**
25 22
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.