| 1 | <?php |
||
| 14 | class MethodCannotReturn implements ConfigurablePassInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param ClassMethod $methodStmt |
||
| 18 | * @param Context $context |
||
| 19 | * @return bool |
||
| 20 | */ |
||
| 21 | 6 | public function pass(ClassMethod $methodStmt, Context $context) |
|
| 49 | |||
| 50 | /** |
||
| 51 | * @return TreeBuilder |
||
| 52 | */ |
||
| 53 | public function getConfiguration() |
||
| 62 | } |
||
| 63 |