Completed
Push — master ( 350fec...8cb11f )
by Alejandro
08:57
created
src/Action/Factory/ActionAbstractFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Acelaya\Website\Action\Factory;
3 3
 
4 4
 use Acelaya\Website\Action\AbstractAction;
5
-use Doctrine\Common\Cache\Cache;
6 5
 use Zend\Expressive\Template\TemplateInterface;
7 6
 use Zend\ServiceManager\AbstractFactoryInterface;
8 7
 use Zend\ServiceManager\ServiceLocatorInterface;
Please login to merge, or discard this patch.
src/Form/ContactFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Acelaya\Website\Form;
3 3
 
4
-use ReCaptcha\ReCaptcha;
5 4
 use Zend\Filter\StringTrim;
6 5
 use Zend\Filter\StripTags;
7 6
 use Zend\InputFilter\Input;
Please login to merge, or discard this patch.
src/Form/RecaptchaValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Acelaya\Website\Form;
3 3
 
4
-use ReCaptcha\ReCaptcha;
5 4
 use Zend\Validator\AbstractValidator;
6 5
 use Zend\Validator\Exception;
7 6
 
Please login to merge, or discard this patch.