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: v6.4.22
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: v6.4.23
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on May 29, 2025

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

Commits on Jun 6, 2025

  1. Improve docblock on compile()

    Crell authored and nicolas-grekas committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    4d94056 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

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

Commits on Jun 20, 2025

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

Commits on Jun 23, 2025

  1. minor #60861 [DependencyInjection] Remove unused and non-existent Fac…

    …tory attribute use (santysisi)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] Remove unused and non-existent Factory attribute use
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | No
    | License       | MIT
    
    **I'm not sure if this should be for the 6.4 or 7.4 branch**
    **I'm not sure if this should be considered a bug or not**
    
    This PR removes an unused `use` statement:
    
    ```php
    use Symfony\Component\DependencyInjection\Attribute\Factory;
    ```
    This class is not referenced anywhere in the file and does not exist in the current codebase, so it can safely be removed.
    
    Commits
    -------
    
    b727f9f4b01 Remove unused and non-existent Factory attribute use
    nicolas-grekas committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    0d9f24f View commit details
    Browse the repository at this point in the history
Loading