1 | <?php |
||
16 | class MethodCannotReturn implements ConfigurablePassInterface, AnalyzerPassInterface |
||
17 | { |
||
18 | use ResolveExpressionTrait; |
||
19 | |||
20 | /** |
||
21 | * @param ClassMethod $methodStmt |
||
22 | * @param Context $context |
||
23 | * @return bool |
||
24 | */ |
||
25 | 6 | public function pass(ClassMethod $methodStmt, Context $context) |
|
51 | |||
52 | /** |
||
53 | * @return TreeBuilder |
||
54 | */ |
||
55 | public function getConfiguration() |
||
64 | |||
65 | /** |
||
66 | * @return array |
||
67 | */ |
||
68 | 1 | public function getRegister() |
|
74 | } |
||
75 |