| Conditions | 1 |
| Paths | 1 |
| Total Lines | 2 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | public function __construct(mixed $value = null, string $propertyPath = null, string $message = 'This should be a subset of {{ compared_value_path }}.', array $groups = null, mixed $payload = null, array $options = []) { |
||
| 11 | parent::__construct($value, $propertyPath, $message, $groups, $payload, $options); |
||
| 12 | } |
||
| 13 | } |