| 1 | <?php |
||
| 8 | class Analyzer |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Compare with a destination registry (what the new source code is like). |
||
| 12 | * |
||
| 13 | * @param \PHPSemVerChecker\Registry\Registry $registryBefore |
||
| 14 | * @param \PHPSemVerChecker\Registry\Registry $registryAfter |
||
| 15 | * @return \PHPSemVerChecker\Report\Report |
||
| 16 | */ |
||
| 17 | 1 | public function analyze(Registry $registryBefore, Registry $registryAfter) |
|
| 35 | } |
||
| 36 |