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 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @param $name
42
+     * @param string $name
43 43
      * @param bool|true $required
44 44
      * @return Input
45 45
      */
Please login to merge, or discard this 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.