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.8.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.8.1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 17, 2019

  1. Amend unionizeIterables to support TList

    https://psalm.dev/docs/annotating_code/type_syntax/array_types/#lists
    
    > A list type is of the form list<SomeType>, where SomeType is any permitted union type supported by Psalm.
    > 
    > * `list` is a subtype of `array<int, mixed>`
    > * `list<Foo>` is a subtype of `array<int, Foo>`.
    SignpostMarv authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    0981c34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from SignpostMarv/patch-2

    Amend unionizeIterables to support TList
    muglug authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a577f90 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Added support for external providers

    Fixes #44
    weirdan committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    fc18507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4784273 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from weirdan/external-data-providers

    External data providers
    weirdan authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    021eb5a View commit details
    Browse the repository at this point in the history
Loading