| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class ParamsAnnotation extends AbstractAnnotation |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | public function getType(): int |
||
| 22 | { |
||
| 23 | return AnnotationInterface::TYPE_PARAMS; |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function compile(): void |
||
| 31 | /* |
||
| 32 | if ($this->getStringContent() !== null |
||
| 44 |