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.2.4
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.2.5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 5, 2021

  1. Copy the full SHA
    801fe8d View commit details

Commits on Mar 6, 2021

  1. Merge branch '4.4' into 5.2

    * 4.4:
      Fix #36973: Command description consistency
      Render email once
    fabpot committed Mar 6, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    targos Michaël Zasso
    Copy the full SHA
    002ab5a View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Command/ServerDumpCommand.php
2 changes: 1 addition & 1 deletion Command/ServerDumpCommand.php
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ protected function configure()

$this
->addOption('format', null, InputOption::VALUE_REQUIRED, sprintf('The output format (%s)', $availableFormats), 'cli')
->setDescription('Starts a dump server that collects and displays dumps in a single place')
->setDescription('Start a dump server that collects and displays dumps in a single place')
->setHelp(<<<'EOF'
<info>%command.name%</info> starts a dump server that collects and displays
dumps in a single place for debugging you application: