Completed
Pull Request — master (#21)
by
unknown
02:13
created
src/Knp/Rad/User/DependencyInjection/Compiler/PasswordGenerator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
6 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
7
-use Symfony\Component\DependencyInjection\Definition;
8
-use Symfony\Component\DependencyInjection\Reference;
9 7
 use Symfony\Component\DependencyInjection\Exception\OutOfBoundsException;
10 8
 
11 9
 class PasswordGenerator implements CompilerPassInterface
Please login to merge, or discard this patch.