| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class ShowReader extends AbstractFieldConfigurationReader |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritDoc} |
||
| 22 | */ |
||
| 23 | public function __construct(Reader $annotationReader) |
||
| 24 | { |
||
| 25 | parent::__construct($annotationReader, ShowField::class); |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritDoc} |
||
| 30 | */ |
||
| 31 | protected function getAdminAnnotationFields( |
||
| 36 | } |
||
| 37 | |||
| 39 |