| 1 | <?php |
||
| 9 | class VatCalculatorValidatorExtension |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Usage: vat_number. |
||
| 13 | * |
||
| 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) |
||
| 33 | } |
||
| 34 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.