Completed
Push — master ( 08a911...5350f0 )
by Alejandro
02:50
created
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\Validator\AbstractValidator;
6 5
 use Zend\Validator\Exception;
7 6
 
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.