| 1 | <?php |
||
| 17 | class StatementListDiffer { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @since 1.0 |
||
| 21 | * |
||
| 22 | * @param StatementList $fromStatements |
||
| 23 | * @param StatementList $toStatements |
||
| 24 | * |
||
| 25 | * @return Diff |
||
| 26 | * @throws UnexpectedValueException |
||
| 27 | */ |
||
| 28 | public function getDiff( StatementList $fromStatements, StatementList $toStatements ) { |
||
| 37 | |||
| 38 | private function newDiffer() { |
||
| 47 | |||
| 48 | private function toDiffArray( StatementList $statementList ) { |
||
| 60 | |||
| 61 | } |
||
| 62 |