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