| 1 | <?php |
||
| 13 | class MagicMethodParameters implements AnalyzerPassInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param ClassMethod $methodStmt |
||
| 17 | * @param Context $context |
||
| 18 | * @return bool |
||
| 19 | */ |
||
| 20 | 32 | public function pass(ClassMethod $methodStmt, Context $context) |
|
| 55 | |||
| 56 | /** |
||
| 57 | * @return array |
||
| 58 | */ |
||
| 59 | 1 | public function getRegister() |
|
| 65 | } |
||
| 66 |