Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | class Ignore implements PopulatorAnnotation |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Proccesses the metadata |
||
27 | * |
||
28 | * @param PropertyMetadata $metadata Metadata |
||
29 | * @param HydratorContextFactoryInterface $factory Factory fallback if needed |
||
30 | */ |
||
31 | public function process(PropertyMetadata $metadata, HydratorContextFactoryInterface $factory) |
||
36 |