Skip to content

6.10.0

Compare
Choose a tag to compare
@jfcherng jfcherng released this 19 Mar 09:23
· 100 commits to v6 since this release
808f042
  • chore: add liip/rmt as a dev dependency

  • chore: allow phan/phan ^4

  • feat: add methods to get diff statistics

    $differ->getStatistics();
    DiffHelper::getStatistics();

    both return something like

    [
      'inserted' => 0,
      'deleted' => 0,
      'unmodified' => 0,
      'changedRatio' => 0.0,
    ]
  • fix: deprecated method in .php_cs