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/dependency-injection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 891c195
Choose a base ref
...
head repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3ca6c70
Choose a head ref
  • 8 commits
  • 55 files changed
  • 4 contributors

Commits on Dec 1, 2023

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

Commits on Jan 2, 2024

  1. [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Trans…

    …lation] Url decode username and passwords from `parse_url()` results
    alexandre-daubois authored and nicolas-grekas committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    585ad66 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.3

    * 5.4:
      append instead of replacing potentially non-existent named-arguments
      [Validator] added missing Polish translation
      add translations for the MacAddress constraint
      remove invalid changelog entry
      Added missing Serbian (sr_Latn) translations
      [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from `parse_url()` results
      [Security] added missing Albanian translations
      [Validator] Add missing Hungarian translation
      [Serializer] Fix using deserialization path
      [Validator] Add missing hr translation
    nicolas-grekas committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    62020f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

    * 5.4:
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    516ea59 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

  1. bug #51559 [DependencyInjection] #[Autowire] attribute should have …

    …precedence over bindings (HypeMC)
    
    This PR was merged into the 6.3 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] `#[Autowire]` attribute should have precedence over bindings
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #49082
    | License       | MIT
    | Doc PR        | -
    
    It seems logical (I think) that the `#[Autowire]` attribute has precedence over any bindings.
    
    Commits
    -------
    
    c429fe516a [DependencyInjection] #[Autowire] attribute should have precedence over bindings
    nicolas-grekas committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    99490fa View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.3

    * 5.4:
      [Mime] Fix serializing uninitialized RawMessage::$message to null
      [Notifer][Smsapi] Set messageId of SentMessage
      [DX] Use Symfony "dark-mode"-responsive logo in README
      support lazy evaluated exception messages with Xdebug 3
    nicolas-grekas committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3ca6c70 View commit details
    Browse the repository at this point in the history
Loading