| 1 | <?php |
||
| 5 | class BotScoutValidator |
||
| 6 | { |
||
| 7 | /** @var BotScout */ |
||
| 8 | protected $botScout; |
||
| 9 | |||
| 10 | /** |
||
| 11 | * BotScoutValidator constructor. |
||
| 12 | */ |
||
| 13 | public function __construct() |
||
| 17 | |||
| 18 | public function validateName($message, $attribute, $rule, $parameters) : bool |
||
| 22 | |||
| 23 | public function validateMail($message, $attribute, $rule, $parameters) : bool |
||
| 27 | |||
| 28 | public function validateIp($message, $attribute, $rule, $parameters) : bool |
||
| 32 | } |
||
| 33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.