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: symfony/psr-http-message-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: symfony/psr-http-message-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c81476c
Choose a head ref
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    ab64c69 View commit details
    Browse the repository at this point in the history
  2. minor #96 Run PHPUnit on GitHub Actions (derrabus)

    This PR was merged into the 2.1-dev branch.
    
    Discussion
    ----------
    
    Run PHPUnit on GitHub Actions
    
    Travis doesn't run any tests at the moment, so let's switch to GitHub actions on this repo as well.
    
    Commits
    -------
    
    ab64c69 Run PHPUnit on GitHub Actions
    derrabus committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    f12a9e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Inline $tmpDir

    derrabus committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d152649 View commit details
    Browse the repository at this point in the history
  2. minor #97 Inline $tmpDir (derrabus)

    This PR was merged into the 2.1-dev branch.
    
    Discussion
    ----------
    
    Inline $tmpDir
    
    This PR fixes an issue where the variable `$tmpDir` of `CovertTest` is used in a data provider before it is initialized through the `setUp()` method. Inlining the variable avoids this trap and makes the whole code a bit clearer.
    
    I spotted this while running the tests with PHP 8.1 where passing `null` to `tempnam()` triggers a deprecation warning.
    
    Commits
    -------
    
    d152649 Inline $tmpDir
    derrabus committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d558dcd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

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

Commits on Oct 6, 2021

  1. minor #99 Add return types to fixtures (derrabus)

    This PR was merged into the 2.1-dev branch.
    
    Discussion
    ----------
    
    Add return types to fixtures
    
    This should hopefully make Symfony's debug class loader happy.
    
    Commits
    -------
    
    f8f70fa Add return types to fixtures
    derrabus committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    824711c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Add PHP 8.1 to CI

    Signed-off-by: Alexander M. Turek <me@derrabus.de>
    derrabus committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b2bd334 View commit details
    Browse the repository at this point in the history
  2. minor #98 Add PHP 8.1 to CI (derrabus)

    This PR was merged into the 2.1-dev branch.
    
    Discussion
    ----------
    
    Add PHP 8.1 to CI
    
    Commits
    -------
    
    b2bd334 Add PHP 8.1 to CI
    derrabus committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    df83a38 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Allow Symfony 6

    chalasr committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c7a0be3 View commit details
    Browse the repository at this point in the history
  2. feature #100 Allow Symfony 6 (chalasr)

    This PR was merged into the 2.1-dev branch.
    
    Discussion
    ----------
    
    Allow Symfony 6
    
    Commits
    -------
    
    c7a0be3 Allow Symfony 6
    chalasr committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c81476c View commit details
    Browse the repository at this point in the history
Loading