1 | <?php |
||
12 | class TestAnnotation implements AnalyzerPassInterface |
||
13 | { |
||
14 | use DefaultMetadataPassTrait; |
||
15 | |||
16 | /** |
||
17 | * @param ClassMethod $methodStmt |
||
18 | * @param Context $context |
||
19 | * @return bool |
||
20 | */ |
||
21 | 23 | public function pass(ClassMethod $methodStmt, Context $context) |
|
46 | |||
47 | /** |
||
48 | * @return array |
||
49 | */ |
||
50 | 1 | public function getRegister() |
|
56 | } |
||
57 |