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: webonyx/graphql-php Loading
base: master
Choose a base ref
...
head repository: mwijngaard/graphql-php Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 24, 2020

  1. Use psr7 request body instead of parsedBody, as the behavior of the l…

    …atter is not mandated by the spec outside of application/x-www-form-urlencoded and multipart/form-data requests.
    mwijngaard committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    3b586ed View commit details
    Browse the repository at this point in the history
  2. fix indentation

    mwijngaard committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    9db95a7 View commit details
    Browse the repository at this point in the history
  3. fix phpstan violation

    mwijngaard committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    339c31a View commit details
    Browse the repository at this point in the history
  4. fix phpcs violation

    mwijngaard committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    4effa4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fb1f3d View commit details
    Browse the repository at this point in the history
Loading