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: vimeo/psalm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.19.1
Choose a base ref
...
head repository: vimeo/psalm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.20.0
Choose a head ref
  • 16 commits
  • 32 files changed
  • 2 contributors

Commits on Jan 15, 2024

  1. Copy the full SHA
    d5b713e View commit details
  2. add the fix for empty() too and fix empty returning bool on true/fals…

    …e only cases hiding errors when functions called
    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    f3543ca View commit details
  3. create a separate issue type

    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    fb93aed View commit details
  4. fix shepherd issue

    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    63ea734 View commit details
  5. fix possibly undefined array key in keyed array doesnt include null w…

    …hen not validated
    
    Fix https://psalm.dev/r/b153d0d248 to return 'a'|null instead of 'a' - this is required as otherwise empty would report RedundantCondition errors now which would bring back #2681
    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    19b1a33 View commit details
  6. fix bugs in tests

    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    93dc221 View commit details
  7. unrelated fix spelling

    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    dca17bc View commit details
  8. Copy the full SHA
    2414070 View commit details
  9. fix mixed test not actually checking mixed (since superglobals have a…

    … more specific type now)
    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    5643cf5 View commit details
  10. change error level to 2

    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    f34ec2c View commit details
  11. update baseline

    kkmuffme committed Jan 15, 2024
    Copy the full SHA
    4b41891 View commit details

Commits on Jan 17, 2024

  1. Copy the full SHA
    a3a1324 View commit details
  2. Merge pull request #10502 from kkmuffme/warn-for-non-strict-compariso…

    …ns-on-truthy-falsy-types
    
    report error for non-strict or empty comparison on truthy+falsy union
    danog authored Jan 17, 2024
    Copy the full SHA
    680c8cd View commit details

Commits on Jan 18, 2024

  1. Copy the full SHA
    2354321 View commit details
  2. Improve tests

    danog committed Jan 18, 2024
    Copy the full SHA
    94efd67 View commit details
  3. Merge pull request #10568 from nicelocal/fix_array_keys

    Fix template, conditional array keys
    danog authored Jan 18, 2024
    Copy the full SHA
    3f284e9 View commit details
Loading