| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class Email extends \Symfony\Component\Validator\Constraints\Email |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Returns the name of the class that validates this constraint. |
||
| 21 | * |
||
| 22 | * By default, this is the fully qualified name of the constraint class |
||
| 23 | * suffixed with "Validator". You can override this method to change that |
||
| 24 | * behaviour. |
||
| 25 | * |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | 1 | public function validatedBy() |
|
| 33 |