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

Fix typo Esi in part create framework#5556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
nicolasdewez wants to merge1 commit intosymfony:2.7fromnicolasdewez:fix-typo-esi
Closed

Fix typo Esi in part create framework#5556

nicolasdewez wants to merge1 commit intosymfony:2.7fromnicolasdewez:fix-typo-esi

Conversation

@nicolasdewez
Copy link

QA
Doc fix?yes
New docs?no
Applies toall
Fixed tickets

Name for Esi class was wrong : ESI -> Esi

@OskarStark
Copy link
Contributor

👍 you are right

<?php/* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespaceSymfony\Component\HttpKernel\HttpCache;useSymfony\Component\HttpFoundation\Request;useSymfony\Component\HttpFoundation\Response;useSymfony\Component\HttpKernel\HttpKernelInterface;/** * Esi implements the ESI capabilities to Request and Response instances. * * For more information, read the following W3C notes: * *  * ESI Language Specification 1.0 (http://www.w3.org/TR/esi-lang) * *  * Edge Architecture Specification (http://www.w3.org/TR/edge-arch) * * @author Fabien Potencier <fabien@symfony.com> */class Esiimplements SurrogateInterface{private$contentTypes;...

@weaverryan
Copy link
Member

👍

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Shouldn't we also fix the namespace (theSymfony\Component part is missing and there is nouse statement for it)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

let's merge this PR as-is

@wouterj
Copy link
Member

Wow, this error isn't even discovered by PHP, but you found it and fixed it. Thanks!

wouterj added a commit that referenced this pull requestJul 28, 2015
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes#5556).Discussion----------Fix typo Esi in part create framework| Q             | A| ------------- | ---| Doc fix?      | yes| New docs?     | no| Applies to    | all| Fixed tickets |Name for Esi class was wrong : ESI -> EsiCommits-------43e06c3 Fix typo Esi in part create framework
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@nicolasdewez@OskarStark@weaverryan@wouterj@xabbuh

[8]ページ先頭

©2009-2025 Movatter.jp