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.7.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.7.2
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 20, 2023

  1. fix (DateTime|DateTimeImmutable)::modify() return types

    #9042 caused issues to any called method on an instance
    of DateTime|DateTimeImmutable after calling the modify
    method.
    
    This fixes #9171
    Ismail Turan authored and DaDeather committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bec8ddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    589fee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88a3d28 View commit details
    Browse the repository at this point in the history
  4. Run tests with opcache

    danog committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a01c634 View commit details
    Browse the repository at this point in the history
  5. Enable JIT

    danog committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    484043a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e0dd5a View commit details
    Browse the repository at this point in the history
Loading