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/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.1
Choose a base ref
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.2
Choose a head ref
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 15, 2021

  1. Copy the full SHA
    478ebd9 View commit details

Commits on Dec 16, 2021

  1. Merge branch '4.4' into 5.3

    * 4.4:
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [Cache] disable lock on CLI
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    targos Michaël Zasso
    Copy the full SHA
    20fa85c View commit details
  2. Merge branch '5.3' into 5.4

    * 5.3:
      [5.3] cs fixes
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [HttpClient] Fix tracing requests made after calling withOptions()
      [Cache] disable lock on CLI
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    targos Michaël Zasso
    Copy the full SHA
    c23a473 View commit details
  3. [5.4] cs fixes

    nicolas-grekas committed Dec 16, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    targos Michaël Zasso
    Copy the full SHA
    1710596 View commit details

Commits on Dec 29, 2021

  1. [CI] Remove macOS jobs

    nicolas-grekas committed Dec 29, 2021
    Copy the full SHA
    02685c6 View commit details
  2. Merge branch '4.4' into 5.3

    * 4.4:
      [DependencyInjection][HttpKernel] Fix enum typed bindings
      [CI] Remove macOS jobs
      Suppress psalm error for UndefinedDocblockClass for PHP 8.1 classes
    nicolas-grekas committed Dec 29, 2021
    Copy the full SHA
    b5710d1 View commit details
  3. Merge branch '5.3' into 5.4

    * 5.3:
      [DependencyInjection][HttpKernel] Fix enum typed bindings
      make login link handler tests time sensitive
      [CI] Remove macOS jobs
      Suppress psalm error for UndefinedDocblockClass for PHP 8.1 classes
    nicolas-grekas committed Dec 29, 2021
    Copy the full SHA
    1b56c32 View commit details
Showing with 0 additions and 3 deletions.
  1. +0 −3 Dumper/ContextProvider/ContextProviderInterface.php
3 changes: 0 additions & 3 deletions Dumper/ContextProvider/ContextProviderInterface.php
Original file line number Diff line number Diff line change
@@ -18,8 +18,5 @@
*/
interface ContextProviderInterface
{
/**
* @return array|null
*/
public function getContext(): ?array;
}