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: Codeception/lib-innerbrowser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: Codeception/lib-innerbrowser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 3 contributors

Commits on Dec 21, 2021

  1. Prevent 'Uncaught TypeError: explode(): Argument #2 ($string) must be…

    … of type string, null given' (#47)
    
    * fix: prevent 'explode' error when responseContentType is null.
    * always use casting to string to hit more cases.
    Fahl-Design authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    879872d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Fix compatibility with symfony/dom-crawler < 5.3.0-BETA-1 (#50)

    Co-authored-by: Paul King <paul@thebotplatform.com>
    nrocy and tbp-paul authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    108679c View commit details
    Browse the repository at this point in the history
Loading