Thanks to visit codestin.com
Credit goes to github.com

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-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2
Choose a base ref
...
head repository: symfony/var-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 24 files changed
  • 4 contributors

Commits on Mar 8, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    45593c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [VarExporter] Fix support for hooks and asymmetric visibility
      [TypeInfo] Fix promoted property with `@var` tag
      fix(process): use a pipe for stderr in pty mode to avoid mixed output between stdout and stderr
      [Cache] fix data collector
    nicolas-grekas committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    a9e6487 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Various cleanups

    nicolas-grekas committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    13f72a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

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

Commits on Apr 27, 2025

  1. Remove unneeded use statements

    fabpot committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    0457632 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      add translations for the Twig constraint
      drop the Date header using the Postmark API transport
      [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef
      [Validator] [WordCount] Treat 0 as one character word and do not exclude it
      Unnecessary cast, return, semicolon and comma
      Fix ServiceMethodsSubscriberTrait for nullable service
      [Notifier] [Discord] Fix value limits
      Fix ServiceMethodsSubscriberTrait for nullable service
    xabbuh committed May 1, 2025
    Configuration menu
    Copy the full SHA
    500451a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      docs: Update @param for $match to reflect the correct default value.
      [Validator] add pl translation for the Twig constraint
      dump default value for property hooks if present
    fabpot committed May 2, 2025
    Configuration menu
    Copy the full SHA
    6d25a23 View commit details
    Browse the repository at this point in the history
Loading