Passed
Branch master (98ecdf)
by Michael
56:56
created
DependencyInjection/Security/UserProvider/InMemoryApiFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace OsLab\SecurityApiBundle\DependencyInjection\Security\UserProvider;
13 13
 
14
-use Symfony\Component\DependencyInjection\ContainerBuilder;
15 14
 use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\UserProvider\UserProviderFactoryInterface;
16 15
 use Symfony\Component\Config\Definition\Builder\NodeDefinition;
16
+use Symfony\Component\DependencyInjection\ContainerBuilder;
17 17
 use Symfony\Component\DependencyInjection\DefinitionDecorator;
18 18
 use Symfony\Component\DependencyInjection\Reference;
19 19
 
Please login to merge, or discard this patch.