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

Commits on Jan 24, 2023

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

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    5a3ce20 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
    eb228ad 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
    59a0524 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    42bbb84 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
    0f5fcfc 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
    d745912 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
    5eada2d View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      CS fix
      Fix test provider
    nicolas-grekas committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b079777 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 24, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      fix style of label containing new lines in PUML dump
      [TwigBridge] Allow floats in html5 input type number field
      [Translation] Handle the translation of empty strings
      [VarDumper] Fix error when reflected class has default Enum parameter in constructor
      [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes
      [Validator] Fix translation of AtLeastOneOf constraint message
      [Validator] Sync IBAN formats with Swift IBAN registry
      [String] Use same alphabet for ByteString::fromRandom tests
      Fix phpdocs in components
    nicolas-grekas committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    67b8c1e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 20, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      re-allow phpdocumentor/type-resolver 1.7
      skip test using attributes on PHP 7
      [HttpClient] Encode and decode curly brackets {}
      fix: GetSetMethodNormalizer::supportss should not check ignored methods
      Stop stopwatch events in case of exception
      add translations for the filename max length validator option
      [Validator] Update BIC validator IBAN mappings
      [String] Correct inflection of 'codes' and 'names'
    nicolas-grekas committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    193e83b View commit details
    Browse the repository at this point in the history
Loading