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: sysmocom/shipcloud-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: comyo-media/shipcloud-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 1, 2022

  1. fix type annotations of Client->send() method

    The upstream Guzzle ClientInterface definition requires
    the send() method to return a ResponseInterface type, see
    https://github.com/guzzle/guzzle/blob/ca5c743d20730d1a129a9ee04cbe854df7304b96/src/ClientInterface.php#L30
    
    The related commit was merged to guzzle in 2019:
    guzzle/guzzle@3d9079b
    laf0rge committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    1abc25d View commit details
    Browse the repository at this point in the history
  2. Merge pull request comyo-media#8 from sysmocom/sysmocom/guzzle7

    fix type annotations of Client->send() method
    dennisoderwald authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2e0c6df View commit details
    Browse the repository at this point in the history
Loading