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/symfony-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3@{1day}
Choose a base ref
...
head repository: symfony/symfony-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
  • 13 commits
  • 4 files changed
  • 3 contributors

Commits on May 12, 2025

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

Commits on May 15, 2025

  1. [Validator] avoid broken rendering of inline types in UniqueEntity

    This PR fixes an issue in the documentation where inline type annotations like | ``string`` | were not rendering correctly due to reStructuredText interpreting the | characters as substitution references.
    
    Changes:
    Replaced | ``string`` | with a more reliable format: boolean, string or array
    
    Ensures consistent rendering across Sphinx and other reST parsers
    
    This improves readability and avoids confusion when displaying valid type options in inline documentation.
    santysisi authored May 15, 2025
    Configuration menu
    Copy the full SHA
    fc01784 View commit details
    Browse the repository at this point in the history
  2. minor #20954 [Security] [Best practices] Remove mention of `anonymous…

    …` (MaximePinot)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Security] [Best practices] Remove mention of `anonymous`
    
    As far as I know, the `anonymous` key does not exist any more.
    
    Commits
    -------
    
    51200b2 [Security] [Best practices] Remove mention of `anonymous`
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    2196a8e View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.2

    * 6.4:
      [Security] [Best practices] Remove mention of `anonymous`
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    f75b237 View commit details
    Browse the repository at this point in the history
  4. Merge branch '7.2' into 7.3

    * 7.2:
      [Security] [Best practices] Remove mention of `anonymous`
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    c33ab20 View commit details
    Browse the repository at this point in the history
  5. minor #20962 [Validator] avoid broken rendering of inline types in `U…

    …niqueEntity` (santysisi)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Validator] avoid broken rendering of inline types in `UniqueEntity`
    
    This PR fixes an issue in the documentation where inline type annotations like | ``string`` | were not rendering correctly due to reStructuredText interpreting the | characters as substitution references.
    
    Changes:
    Replaced | ``string`` | with a more reliable format: boolean, string or array
    
    Ensures consistent rendering across Sphinx and other reST parsers
    
    This improves readability and avoids confusion when displaying valid type options in inline documentation.
    
    Commits
    -------
    
    fc01784 [Validator] avoid broken rendering of inline types in UniqueEntity
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    8f7e04c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e7bf9 View commit details
    Browse the repository at this point in the history
  7. Merge branch '6.4' into 7.2

    * 6.4:
      Fix some content with wrong RST syntax
      [Validator] avoid broken rendering of inline types in UniqueEntity
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    6b2291f View commit details
    Browse the repository at this point in the history
  8. Merge branch '7.2' into 7.3

    * 7.2:
      Fix some content with wrong RST syntax
      [Validator] avoid broken rendering of inline types in UniqueEntity
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    835ceb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2ac2ef View commit details
    Browse the repository at this point in the history
  10. minor #20965 [DependencyInjection] Fix a RST syntax issue (javieregui…

    …luz)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] Fix a RST syntax issue
    
    Line items cannot contain any space at the beginning.
    
    Commits
    -------
    
    d2ac2ef [DependencyInjection] Fix a RST syntax issue
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    cff3525 View commit details
    Browse the repository at this point in the history
  11. Merge branch '6.4' into 7.2

    * 6.4:
      [DependencyInjection] Fix a RST syntax issue
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    e5b258c View commit details
    Browse the repository at this point in the history
  12. Merge branch '7.2' into 7.3

    * 7.2:
      [DependencyInjection] Fix a RST syntax issue
    javiereguiluz committed May 15, 2025
    Configuration menu
    Copy the full SHA
    bf9dd19 View commit details
    Browse the repository at this point in the history
Loading