| @@ -15,7 +15,6 @@ | ||
| 15 | 15 | use Zend\Form\Element\Email; | 
| 16 | 16 | use Zend\Form\ElementInterface; | 
| 17 | 17 | use Zend\Form\FormInterface; | 
| 18 | -use Zend\I18n\Translator\TranslatorAwareInterface; | |
| 19 | 18 | use Zend\Json\Json; | 
| 20 | 19 | use Zend\Validator\EmailAddress; | 
| 21 | 20 | use Zend\Validator\Regex; | 
| @@ -59,7 +59,7 @@ | ||
| 59 | 59 | * Whether this rule supports certain validators | 
| 60 | 60 | * | 
| 61 | 61 | * @param ValidatorInterface $validator | 
| 62 | - * @return mixed | |
| 62 | + * @return boolean | |
| 63 | 63 | */ | 
| 64 | 64 | public function canHandle(ValidatorInterface $validator) | 
| 65 | 65 |      { | 
| @@ -39,7 +39,7 @@ | ||
| 39 | 39 | * Whether this rule supports certain validators | 
| 40 | 40 | * | 
| 41 | 41 | * @param ValidatorInterface $validator | 
| 42 | - * @return mixed | |
| 42 | + * @return boolean | |
| 43 | 43 | */ | 
| 44 | 44 | public function canHandle(ValidatorInterface $validator) | 
| 45 | 45 |      { | 
| @@ -42,7 +42,7 @@ | ||
| 42 | 42 | * Whether this rule supports certain validators | 
| 43 | 43 | * | 
| 44 | 44 | * @param ValidatorInterface $validator | 
| 45 | - * @return mixed | |
| 45 | + * @return boolean | |
| 46 | 46 | */ | 
| 47 | 47 | public function canHandle(ValidatorInterface $validator) | 
| 48 | 48 |      { | 
| @@ -54,7 +54,7 @@ | ||
| 54 | 54 | * Whether this rule supports certain validators | 
| 55 | 55 | * | 
| 56 | 56 | * @param ValidatorInterface $validator | 
| 57 | - * @return mixed | |
| 57 | + * @return boolean | |
| 58 | 58 | */ | 
| 59 | 59 | public function canHandle(ValidatorInterface $validator) | 
| 60 | 60 |      { | 
| @@ -39,7 +39,7 @@ | ||
| 39 | 39 | * Whether this rule supports certain validators | 
| 40 | 40 | * | 
| 41 | 41 | * @param ValidatorInterface $validator | 
| 42 | - * @return mixed | |
| 42 | + * @return boolean | |
| 43 | 43 | */ | 
| 44 | 44 | public function canHandle(ValidatorInterface $validator) | 
| 45 | 45 |      { | 
| @@ -52,7 +52,7 @@ | ||
| 52 | 52 | * Whether this rule supports certain validators | 
| 53 | 53 | * | 
| 54 | 54 | * @param ValidatorInterface $validator | 
| 55 | - * @return mixed | |
| 55 | + * @return boolean | |
| 56 | 56 | */ | 
| 57 | 57 | public function canHandle(ValidatorInterface $validator) | 
| 58 | 58 |      { |