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: php-fig/http-message
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1
Choose a base ref
...
head repository: php-fig/http-message
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on May 9, 2021

  1. Add return typehints

    Stilch committed May 9, 2021
    Configuration menu
    Copy the full SHA
    54df5d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

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

Commits on Feb 25, 2023

  1. Added string as return types for __toString

    Aleksandr Golouz committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    520dd0e View commit details
    Browse the repository at this point in the history
  2. Added void as return types

    Aleksandr Golouz committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3def521 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    947607b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from Stilch/add-param-and-return-type-hints

    Add return typehints
    
    Since [psr/http-message version 2.0](https://packagist.org/packages/psr/http-message#2.0.0), the above interfaces have been updated to add return type declarations.
    https://www.php-fig.org/psr/psr-7/meta/
    vdelau authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    402d35b View commit details
    Browse the repository at this point in the history
Loading