| 1 | <?php |
||
| 14 | class ArrayDuplicateKeys implements Pass\AnalyzerPassInterface, Pass\ConfigurablePassInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param Expr\Array_ $expr |
||
| 18 | * @param Context $context |
||
| 19 | * @return bool |
||
| 20 | */ |
||
| 21 | 23 | public function pass(Expr\Array_ $expr, Context $context) |
|
| 54 | |||
| 55 | /** |
||
| 56 | * @return array |
||
| 57 | */ |
||
| 58 | 1 | public function getRegister() |
|
| 64 | |||
| 65 | /** |
||
| 66 | * @return TreeBuilder |
||
| 67 | */ |
||
| 68 | public function getConfiguration() |
||
| 77 | } |
||
| 78 |