| 1 | <?php |
||
| 21 | class AssignmentInCondition implements Pass\ConfigurablePassInterface, Pass\AnalyzerPassInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param $stmt |
||
| 25 | * @param Context $context |
||
| 26 | * @return bool |
||
| 27 | */ |
||
| 28 | 14 | public function pass($stmt, Context $context) |
|
| 47 | |||
| 48 | /** |
||
| 49 | * @return TreeBuilder |
||
| 50 | */ |
||
| 51 | public function getConfiguration() |
||
| 59 | |||
| 60 | /** |
||
| 61 | * @return array |
||
| 62 | */ |
||
| 63 | 1 | public function getRegister() |
|
| 74 | } |
||
| 75 |