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/property-info
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.5
Choose a base ref
...
head repository: symfony/property-info
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.10
Choose a head ref
  • 14 commits
  • 9 files changed
  • 6 contributors

Commits on Jan 24, 2023

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

Commits on Jan 30, 2023

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

Commits on Feb 2, 2023

  1. minor #49088 Update license years (last time) (fabpot)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Update license years (last time)
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | n/a
    
    Commits
    -------
    
    89f86de567 Fix LICENSE CI check
    d2e034abf0 Update license years (last time)
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c90bb2a View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      Fix LICENSE CI check
      fixes retrieving multiple values for extra fields
      [String] Remove duplicates in fold maps
      fail with a meaningful error when a needed package is missing
      [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types
      Update license years (last time)
      [Tests] New iteration of removing `$this` occurrences in future static data providers
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    199f881 View commit details
    Browse the repository at this point in the history
  3. [PropertyInfo] Add meaningful message when phpstan/phpdoc-parser is…

    … not installed when using `PhpStanExtractor`
    alexandre-daubois committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9a44c26 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Remove 6.0 and 6.1 from the PR template
      [Validator] Make ConstraintValidatorTestCase compatible with PHPUnit 10
      [WebProfilerBundle] Fix some minor HTML issues
      [WebProfilerBundle] Disable Turbo for debug toolbar links
      [PropertyInfo] Add meaningful message when `phpstan/phpdoc-parser` is not installed when using `PhpStanExtractor`
    fabpot committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    09e2cde View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    38ceb9e View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      Migrate to `static` data providers using `rector/rector`
    nicolas-grekas committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4463a57 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    nicolas-grekas committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5cf9069 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. CS fix

    nicolas-grekas committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7227370 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Fix some Composer keywords

    fabpot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    8454a44 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      Fix some Composer keywords
      [FrameworkBundle] Rename limiter’s `strategy` to `policy` in XSD
      [VarDumper] Fixed dumping of CutStub
      Fix test
      Change limit argument from string to integer.
      [Messenger] Fix `evaluate()` calls in `WorkerTest`
      [Mailer] STDOUT blocks infinitely under Windows when STDERR is filled
    fabpot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    400a019 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      [Console] Fix computing column width containing multibyte chars
      [Messenger] Fix deprecation layer of RedeliveryStamp
      [Mime] Form field values with integer keys not resolved correctly
      [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message
      [PHPUnitBridge] Fix PHPUnit 10.1 compatibility
      [VarDumper] Make the server TCP connection sync
      [Messenger] Fix warning message on failed messenger show command
      [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID
      [HttpFoundation] Fix BinaryFileResponse
      [Form] fix merge
      [HttpFoundation] Fix memory limit problems in BinaryFileResponse
      [PropertyAccess] Readonly properties must have no PropertyWriteInfo
      [Form] Cast choices value callback result to string
      [Serializer] Unexpected value should throw UnexpectedValueException
      [ErrorHandler] Don't throw deprecations for HttplugClient
      [Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS
      Avoid leading .. for temporary files from Filesystem recursive remove
    nicolas-grekas committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    617177c View commit details
    Browse the repository at this point in the history
Loading