| Total Complexity | 1 | 
| Total Lines | 14 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 14 | #[\Attribute(\Attribute::TARGET_PROPERTY)]  | 
            ||
| 15 | final class EntityExist extends Constraint  | 
            ||
| 16 | { | 
            ||
| 17 | public $message = 'Entity "%entity%" with property "%property%": "%value%" does not exist.';  | 
            ||
| 18 | public $property = 'id';  | 
            ||
| 19 | public $entity;  | 
            ||
| 20 | |||
| 21 | public function __construct($entity = null, $property = null, $message = null, $options = null, array $groups = null, $payload = null)  | 
            ||
| 30 |