| Total Complexity | 5 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 90.91% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | final class AttributeDataSet implements RulesProviderInterface |
||
| 19 | { |
||
| 20 | use ArrayDataTrait; |
||
| 21 | |||
| 22 | private object $baseAnnotatedObject; |
||
| 23 | |||
| 24 | public function __construct(object $baseAnnotatedObject, array $data = []) |
||
| 28 | } |
||
| 29 | 2 | ||
| 30 | public function getRules(): iterable |
||
| 35 | 2 | } |
|
| 36 | |||
| 37 | 2 | // TODO: use Generator to collect attributes |
|
| 38 | private function collectAttributes(ReflectionClass $classMeta): array |
||
| 51 |