| 1 | <?php |
||
| 9 | class BacktickUsage implements AnalyzerPassInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param Expr\ShellExec $expr |
||
| 13 | * @param Context $context |
||
| 14 | * @return bool |
||
| 15 | */ |
||
| 16 | 1 | public function pass(Expr\ShellExec $expr, Context $context) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | 1 | public function getRegister() |
|
| 36 | } |
||
| 37 |