| 1 | <?php |
||
| 11 | class HasMoreThanOneProperty implements Pass\AnalyzerPassInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param Property $prop |
||
| 15 | * @param Context $context |
||
| 16 | * @return bool |
||
| 17 | */ |
||
| 18 | 6 | public function pass(Property $prop, Context $context) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | 1 | public function getRegister() |
|
| 37 | } |
||
| 38 |