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/property-access
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.1
Choose a base ref
...
head repository: symfony/property-access
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
  • 17 commits
  • 8 files changed
  • 9 contributors

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5aae1c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore: CS fixes

    keradus authored and nicolas-grekas committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    103a168 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update .gitattributes

    fabpot committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f4bd2c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Code style change in @PER-CS2.0 affecting @Symfony (parentheses f…

    …or anonymous classes)
    bonroyage authored and derrabus committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d7f2198 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      synchronize IBAN formats
      [PropertyAccess] Fix handling property names with a `.`
    nicolas-grekas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    16dc522 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      Fix expected missing return types
      [VarDumper] Fix tests
    nicolas-grekas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4136b21 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    18ee3bd View commit details
    Browse the repository at this point in the history
  2. relax mock class name matching

    Instead of performing some fuzzy matching on the automatically generated mock
    name (the pattern varies between different PHPUnit versions) we can simply
    use the actual exact class name.
    xabbuh committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c8085cf View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Jan 7, 2025

  1. Merge branch '7.1' into 7.2

    * 7.1: (27 commits)
      add translations for the Slug constraint
      [Messenger] Fix `TransportMessageIdStamp` not always added
      [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3
      [PropertyInfo] Fix add missing composer conflict
      [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances
      [VarDumper] Fix displaying closure's "this" from anonymous classes
      [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope
      [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
      reject inline notations followed by invalid content
      [Security] Fix triggering session tracking from ContextListener
      [AssetMapper] add leading slash to public prefix
      fix: modify Exception message parameter order
      [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces
      Update exception.css
      Remove outdated guard from security xsd schema
      Bump Symfony version to 7.1.11
      Update VERSION for 7.1.10
      Update CHANGELOG for 7.1.10
      Bump Symfony version to 6.4.18
      Update VERSION for 6.4.17
      ...
    xabbuh committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    6a36956 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and nicolas-grekas committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    1a41a2b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Merge branch '7.1' into 7.2

    * 7.1: (34 commits)
      improve amqp connection issues
      [Serializer] [ObjectNormalizer] Filter int when using FILTER_BOOL
      Fix #53778
      [PropertyInfo] Add missing test
      fix tests
      [Security][Validators] Review translations.
      [validator] Updated Dutch translation
      [FrameworkBundle] Fix wiring ConsoleProfilerListener
      [HttpKernel] Fix link to php doc
      [Validator] Update sr_Cyrl 120:This value is not a valid slug.
      [Validator] Update sr_Latn 120:This value is not a valid slug.
      6.4 Missing translations for Italian (it) #59419
      tests(notifier): avoid failing SNS test with local AWS configuration
      Fix typo ratio comment
      chore: PropertyAccess - fix typo in DocBlock
      [Validator] Missing translations for Brazilian Portuguese (pt_BR)
      fix(dependency-injection): reset env vars with kernel.reset
      [Translation][Validator] Review Russian translation (114 - 120)
      Review validator-related persian translation with id 120
      [Scheduler] Clarify description of exclusion time
      ...
    xabbuh committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    b28732e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

Commits on Mar 15, 2025

  1. Various cleanups

    nicolas-grekas committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    fc628aa View commit details
    Browse the repository at this point in the history
  2. cs fix

    nicolas-grekas committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    ff0a7f2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. [PropertyAccess] Improve PropertyAccessor::setValue param docs

    Added param-out for the $objectOrArray argument so static code analysis
    does not assume the passed object can change type or become an array
    Ruud Seberechts committed May 7, 2025
    Configuration menu
    Copy the full SHA
    5499151 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      Use Composer InstalledVersions to check if flex is installed instead of existence of InstallRecipesCommand
      Improve readability of disallow_search_engine_index condition
      [DoctrineBridge] Fix UniqueEntityValidator Stringable identifiers
      [DoctrineBridge] Fix UniqueEntity for non-integer identifiers
      [Security] Avoid failing when PersistentRememberMeHandler handles a malformed cookie
      [PropertyAccess] Improve PropertyAccessor::setValue param docs
      fix asking for the retry option although --force was used
      [DoctrineBridge] Undefined variable
    fabpot committed May 10, 2025
    Configuration menu
    Copy the full SHA
    3bcf436 View commit details
    Browse the repository at this point in the history
Loading