| 1 | <?php |
||
| 16 | class Between extends BaseRule implements RuleInterface |
||
| 17 | { |
||
| 18 | private $val1; |
||
|
|
|||
| 19 | private $val2; |
||
| 20 | private $isNumeric = false; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function isValid() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * Returns error message from rule. |
||
| 54 | * |
||
| 55 | * @return string |
||
| 56 | */ |
||
| 57 | public function getMessage() |
||
| 65 | } |
||
| 66 |
This check marks private properties in classes that are never used. Those properties can be removed.