| Total Complexity | 1 |
| Total Lines | 4 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | #[Attribute] |
||
| 9 | class SubsetOf extends AbstractComparison { |
||
| 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 = []) { |
||
| 12 | } |
||
| 13 | } |