Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psalm/psalm-plugin-phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: psalm/psalm-plugin-phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.1
Choose a head ref
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on May 4, 2020

  1. Add missing export-ignore

    weirdan committed May 4, 2020
    Configuration menu
    Copy the full SHA
    2fc5e66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from weirdan/fix-gitattributes

    Add missing export-ignore
    weirdan authored May 4, 2020
    Configuration menu
    Copy the full SHA
    5ea01f2 View commit details
    Browse the repository at this point in the history
  3. Don't use deprecated method

    weirdan committed May 4, 2020
    Configuration menu
    Copy the full SHA
    a978d20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    880f56d View commit details
    Browse the repository at this point in the history
  5. Cast the return method for unknown method

    The method is not present (and not called) for older versions of
    php-parser, but Psalm still complains about it.
    weirdan committed May 4, 2020
    Configuration menu
    Copy the full SHA
    5590278 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #71 from weirdan/fix-build-failures

    Fix build failures
    weirdan authored May 4, 2020
    Configuration menu
    Copy the full SHA
    f40da72 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Configuration menu
    Copy the full SHA
    fd9fb0f View commit details
    Browse the repository at this point in the history
  2. Updated tests to account for changed Psalm output

    Psalm started to distinguish shapes from tuples so its error messages
    changed.
    weirdan committed May 24, 2020
    Configuration menu
    Copy the full SHA
    786e0bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #74 from weirdan/update-tests-to-account-for-tuples

    Update tests to account for tuples
    weirdan authored May 24, 2020
    Configuration menu
    Copy the full SHA
    4290f2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1000bb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd2ebfa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #73 from mr-feek/fix-that

    fix: Argument::that allows params
    weirdan authored May 24, 2020
    Configuration menu
    Copy the full SHA
    138998f View commit details
    Browse the repository at this point in the history
Loading