Conditions | 2 |
Paths | 2 |
Total Lines | 10 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
14 | * @param string $attribute |
||
15 | * @param mixed $value |
||
16 | * @param array $parameters |
||
17 | * @param $validator |
||
18 | * |
||
19 | * @return bool |
||
20 | */ |
||
21 | public function validateVatNumber($attribute, $value, $parameters, $validator) |
||
22 | { |
||
23 | $validator->setCustomMessages([ |
||
24 | 'vat_number' => $validator->getTranslator()->get('vatnumber-validator::validation.vat_number'), |
||
34 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.