| 1 | <?php |
||
| 9 | class AllowedRecipientsValidatorStrict |
||
| 10 | { |
||
| 11 | use ValidatesAttributes; |
||
| 12 | |||
| 13 | protected $libPhoneNumber; |
||
| 14 | |||
| 15 | protected $sanitiser; |
||
| 16 | |||
| 17 | 1 | public function __construct() |
|
| 22 | |||
| 23 | /** |
||
| 24 | * @param $attribute |
||
| 25 | * @param $value |
||
| 26 | * @param $parameters |
||
| 27 | * @param $validator |
||
| 28 | * @return bool |
||
| 29 | */ |
||
| 30 | 1 | public function validate($attribute, $value, $parameters, $validator): bool |
|
| 52 | } |
||
| 53 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.