Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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/psr-http-message-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:7.1
Choose a base ref
Loading
...
head repository:symfony/psr-http-message-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:7.3
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10commits
  • 7files changed
  • 7contributors

Commits on Jun 20, 2024

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

Commits on Jun 24, 2024

  1. chore: CS fixes

    @keradus@nicolas-grekas
    keradus authored andnicolas-grekas committedJun 24, 2024
    Configuration menu
    Copy the full SHA
    55891cdView commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Remove redundant check

    @seriquynh
    seriquynh committedJul 1, 2024
    Configuration menu
    Copy the full SHA
    e464593View commit details
    Browse the repository at this point in the history
  2. minor #57610 [PsrHttpMessageBridge] Remove a redundant check in HttpF…

    …oundationFactory class (seriquynh)This PR was merged into the 7.2 branch.Discussion----------[PsrHttpMessageBridge] Remove a redundant check in HttpFoundationFactory class| Q             | A| ------------- | ---| Branch?       | 7.2| Bug fix?      | no| New feature?  | no| Deprecations? | no| Issues        | N/A| License       | MIT`HttpFoundationFactory::createRequest` method receives an implementation of `ServerRequestInterface` and it's `getUri` method must always return a `UriInterface` implementation. So, this check below is redundant.```php<?php$uri = $psrRequest->getUri(); // absolutely is \Psr\Http\Message\UriInterfaceif ($uri instanceof UriInterface) { // redundant check    // Do something}```### My ConcernI've checked Symfony roadmap/releases [here](https://symfony.com/releases). And I decided to create a PR to branch 6.4 because:- PsrHttpMessage is included in v6.4 (not in 5.4).- v6.4 is still maintained (v6.0, v6.1, v6.2 and v6.3 are "End of life" versions).- It is not a breaking/major change.Did I choose branch correctly? If not, please give me more references/posts about how to choose a right branch for a PR.Commits-------8e7e208149 Remove redundant check
    @derrabus
    derrabus committedJul 1, 2024
    Configuration menu
    Copy the full SHA
    6d01a03View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f48017View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. do not use uniqid() in tests

    updates the remaining tests that were not covered by #57665
    @xabbuh
    xabbuh committedJul 6, 2024
    Configuration menu
    Copy the full SHA
    321635bView commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 15, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:  [Serializer] Remove redundant@internal tags from traceable classes  Fix conversion of partitioned cookies in the PSR-7 bridge  [Validator] added Polish translation for units 116-119  Revert stateless check  [Console] Fix side-effects from running bash completions  skip transient Redis integration tests on AppVeyor
    @chalasr
    chalasr committedAug 15, 2024
    Configuration menu
    Copy the full SHA
    4475c85View 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
    nicolas-grekas committedSep 25, 2024
    Configuration menu
    Copy the full SHA
    162cd84View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    03f2f72View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp