Total Complexity | 5 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
17 | class AiLogicValidator implements ValidationInterface |
||
18 | { |
||
19 | use AttributeHelperTrait; |
||
20 | |||
21 | private SchemaAttributeInterface $property; |
||
22 | |||
23 | 248 | public function __construct(SchemaAttributeInterface $property) |
|
26 | 248 | } |
|
27 | |||
28 | 248 | public function validate(): void |
|
41 |