Completed
Pull Request — master (#28)
by
unknown
01:08
created
DependencyInjection/EoHoneypotExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\HttpKernel\DependencyInjection\Extension;
17 17
 use Symfony\Component\DependencyInjection\Loader;
18 18
 use Symfony\Component\DependencyInjection\Reference;
19
-use Symfony\Component\DependencyInjection\Definition;
20 19
 
21 20
 /**
22 21
  * This is the class that loads and manages your bundle configuration
Please login to merge, or discard this patch.
Form/Type/HoneypotType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Eo\HoneypotBundle\Events;
15 15
 use Eo\HoneypotBundle\Event\BirdInCageEvent;
16
-use Doctrine\Common\Persistence\ObjectManager;
17 16
 use Eo\HoneypotBundle\Manager\HoneypotManager;
18 17
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
19 18
 use Symfony\Component\Form\FormError;
Please login to merge, or discard this patch.