| 1 | <?php |
||
| 10 | class InlineHtmlUsage implements Pass\AnalyzerPassInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param Stmt\InlineHTML $stmt |
||
| 14 | * @param Context $context |
||
| 15 | * @return bool |
||
| 16 | */ |
||
| 17 | 1 | public function pass(Stmt\InlineHTML $stmt, Context $context) |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | 1 | public function getRegister() |
|
| 33 | } |
||
| 34 |