1 | <?php |
||
14 | class GetParametersCheck implements AnalyzerPassInterface |
||
15 | { |
||
16 | use DefaultMetadataPassTrait; |
||
17 | |||
18 | /** |
||
19 | * @param ClassMethod $methodStmt |
||
20 | * @param Context $context |
||
21 | * @return bool |
||
22 | */ |
||
23 | 23 | public function pass(ClassMethod $methodStmt, Context $context) |
|
58 | |||
59 | /** |
||
60 | * @return array |
||
61 | */ |
||
62 | 1 | public function getRegister() |
|
68 | } |
||
69 |