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: 6.6.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: 6.6.2
Choose a head ref
  • 19 commits
  • 19 files changed
  • 4 contributors

Commits on Jan 26, 2025

  1. Configuration menu
    Copy the full SHA
    f4e4dc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Fix false positives for UnusedIssueHandlerSuppression

    UnusedIssueHandlerSuppression would be emitted for any issue handler
    rather than just suppressions.
    
    For example, this would trigger it, even if it was used:
    
    ```
    <UndefinedClass errorLevel="info" />
    ```
    
    This fixes up an if statement so that the issue is only emitted for
    `errorLevel="suppress"`.
    Evan Shaw committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    e870b67 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    e481094 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Merge pull request #11157 from MoonE/missing-reset-context-inside-gen…

    …eral-use
    
    Add missing reset of context inside_general_use
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    e3fe092 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11212 from edsrzf/unused-issue-handler-false-posi…

    …tive
    
    Fix false positives for UnusedIssueHandlerSuppression
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    a322e56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11252 from VincentLanglet/nonEmptyString

    Fix condition on literal-string
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    c8c2ae0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61f6328 View commit details
    Browse the repository at this point in the history
  5. Fix object properties lose type

    MoonE committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    e5ec8e6 View commit details
    Browse the repository at this point in the history
  6. Allow running generate_testsuites.php from a different dir

    Now the script uses its own location as a basis instead of the
    current working dir.
    MoonE committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    4af423a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11291 from MoonE/object-property-types

    Object property types
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    87eaaf2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11155 from MoonE/generate-testsuites-form-anywhere

    Allow running generate_testsuites.php from a different dir
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    77669de View commit details
    Browse the repository at this point in the history
  9. Fix some more tests when running phpunit with args

    e.g:
    ./vendor/bin/phpunit --filter 'Psalm\\Tests\\VariadicTest'
    MoonE committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    41f644a View commit details
    Browse the repository at this point in the history
  10. Cleanup test setup methods

    Call parent setUpBeforeClaass method instead of duplicating code.
    
    Use the VersionUtils class also in AsyncTest instead of hard-coded values.
    MoonE committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    e104983 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ab652e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3ffc49 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #11153 from MoonE/fix-variadic-test-when-run-with-…

    …args
    
    Fix some more tests when running phpunit with args
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    d24ebc5 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #11152 from MoonE/fix-property-get-coalesce-type

    Fix type of property-get with coalesce
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    be5dded View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f99ea06 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #11293 from VincentLanglet/lowercaseString

    Fix condition on lowercase-string
    orklah authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    5c44c5b View commit details
    Browse the repository at this point in the history
Loading