| 1 | <?php |
||
| 11 | class ErrorSuppression implements AnalyzerPassInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param Expr\ErrorSuppress $expr |
||
| 15 | * @param Context $context |
||
| 16 | * @return bool |
||
| 17 | */ |
||
| 18 | 1 | public function pass(Expr\ErrorSuppress $expr, Context $context) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @return TreeBuilder |
||
| 31 | */ |
||
| 32 | 1 | public function getRegister() |
|
| 38 | } |
||
| 39 |