| 1 | <?php declare(strict_types=1); |
||
| 15 | class AnnotationPropertyAnalyzer extends AbstractAnnotationAnalyzer implements PropertyAnalyzerInterface |
||
| 16 | {
|
||
| 17 | /** |
||
| 18 | * {@inheritdoc}
|
||
| 19 | * @throws PropertyDefinitionAlreadyExistsException |
||
| 20 | * @throws PropertyDefinitionNotFoundException |
||
| 21 | */ |
||
| 22 | 2 | public function analyze( |
|
| 43 | } |
||
| 44 |