| 1 | <?php |
||
| 13 | class DoNotUseGoto implements Pass\ConfigurablePassInterface, Pass\AnalyzerPassInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param $stmt |
||
| 17 | * @param Context $context |
||
| 18 | * @return bool |
||
| 19 | */ |
||
| 20 | 1 | public function pass($stmt, Context $context) |
|
| 39 | |||
| 40 | /** |
||
| 41 | * @return TreeBuilder |
||
| 42 | */ |
||
| 43 | public function getConfiguration() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @return array |
||
| 54 | */ |
||
| 55 | 1 | public function getRegister() |
|
| 62 | } |
||
| 63 |