| 1 | <?php |
||
| 11 | class DoNotUseLabels implements Pass\ConfigurablePassInterface, Pass\AnalyzerPassInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param Stmt\Label $stmt |
||
| 15 | * @param Context $context |
||
| 16 | * @return bool |
||
| 17 | */ |
||
| 18 | 2 | public function pass($stmt, Context $context) |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @return TreeBuilder |
||
| 40 | */ |
||
| 41 | public function getConfiguration() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return array |
||
| 52 | */ |
||
| 53 | 1 | public function getRegister() |
|
| 60 | } |
||
| 61 |