| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 30 | abstract class AbstractAnnotation extends AbstractObject |
||
| 31 | { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param SimpleAnnotationReader $annotationReader |
||
| 35 | * |
||
| 36 | * @return ComponentObjectInterface[] |
||
| 37 | */ |
||
| 38 | public function fetchComponentObjects(SimpleAnnotationReader $annotationReader) : array |
||
| 59 |