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