1 | <?php |
||
12 | class DoNotUseGlobals implements Pass\ConfigurablePassInterface, Pass\AnalyzerPassInterface |
||
13 | { |
||
14 | /** |
||
15 | * @param $stmt |
||
16 | * @param Context $context |
||
17 | * @return bool |
||
18 | */ |
||
19 | 2 | public function pass($stmt, Context $context) |
|
32 | |||
33 | /** |
||
34 | * @return TreeBuilder |
||
35 | */ |
||
36 | public function getConfiguration() |
||
44 | |||
45 | /** |
||
46 | * @return array |
||
47 | */ |
||
48 | 1 | public function getRegister() |
|
54 | } |
||
55 |