| 1 | <?php |
||
| 12 | class HasMoreThanOneProperty implements Pass\ConfigurablePassInterface, Pass\AnalyzerPassInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param Property $prop |
||
| 16 | * @param Context $context |
||
| 17 | * @return bool |
||
| 18 | */ |
||
| 19 | 4 | public function pass(Property $prop, Context $context) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @return TreeBuilder |
||
| 31 | */ |
||
| 32 | public function getConfiguration() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return array |
||
| 44 | */ |
||
| 45 | 1 | public function getRegister() |
|
| 51 | } |
||
| 52 |