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/string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.2
Choose a base ref
...
head repository: symfony/string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.3
Choose a head ref
  • 6 commits
  • 2 files changed
  • 4 contributors

Commits on Aug 17, 2025

  1. specific fix to avoid 'outag' when inflecting 'outages'

    Signed-off-by: Phil E. Taylor <phil@phil-taylor.com>
    PhilETaylor committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    aa2ed96 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      remove deprecated nullable option from primary key columns
      specific fix to avoid 'outag' when inflecting 'outages'
      [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
      [FrameworkBundle] Make `cache:warmup` warm up read-only caches
    nicolas-grekas committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    d5b4dc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. [String] Fix issues singular

    Before it would suggest issu and issues. It should only be issues.
    ruudk committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    ae3ce5e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      fix session cookie options assertions on PHP 8.5
      [String] Fix issues singular
    nicolas-grekas committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    056c0d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. [String] Fix nodes singular

    Before it would suggest nod. It should be node.
    ruudk committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    7cdec7e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [String] Fix nodes singular
      [Console] Fix testing multiline question
      [Security][Validator] Review translations.
      [Security] Ignore target route when exiting impersonation
    xabbuh committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    17a426c View commit details
    Browse the repository at this point in the history
Loading