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: f6561bf
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: 402d35b
Choose a head ref
  • 11 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 29, 2019

  1. Added PSR-7 Interfaces brief explanations and Basic Usage Guide (#79)

    * Added PSR-7 Interfaces Usage guide using Zend Diactoros
    
    * Corrected errors in documentation
    
    corrected PSR-7 methods explanations
    corrected typos
    removed concrete usage of diactoros
    removed unnecessary text
    removed zend-diactoros autoload
    added assumption of $request and $response
    
    * Update PSR7-Usage.md
    
    * Corrected interfaces list
    gabidj authored and weierophinney committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    efd67d1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Adds parameter typehints

    Stilch committed May 9, 2021
    Configuration menu
    Copy the full SHA
    5cd5ad7 View commit details
    Browse the repository at this point in the history
  2. 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. Changed php version

    Aleksandr Golouz committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f84c2d7 View commit details
    Browse the repository at this point in the history
  2. Added a string typehint for the $requestTarget argument

    Aleksandr Golouz committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6ae06cd View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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. Merge pull request #94 from Stilch/add-param-hints

    Adds parameter typehints, as per the erata
    
    Since [psr/http-message version 1.1](https://packagist.org/packages/psr/http-message#1.1.0), the above interfaces have been updated to add argument type declarations.
    https://www.php-fig.org/psr/psr-7/meta/
    vdelau authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cb6ce48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947607b View commit details
    Browse the repository at this point in the history
  3. 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