Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpFoundation] Add Request::HEADER_X_FORWARDED_AWS_ELB const#22904
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedMay 25, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Can we ignore fabbot report here? Alignment is desired to me... |
xabbuh left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
If we prefer to use the binary format, I am in favour of keep the alignment to ease readability.
javiereguiluz commentedMay 25, 2017
I don't think we should keep the alignment. If we apply some code formatting syntax, we should apply it always and without exceptions. Otherwise this will cause problems when running the php-cs-fixer in the entire codebase, which is done from time to time. |
nicolas-grekas commentedMay 25, 2017
ok, fabbot green |
nicolas-grekas commentedMay 25, 2017
Just renamed the const to be even more explicit: |
weaverryan commentedMay 25, 2017
👍 This will help the docs - it's already complex enough :) |
fabpot commentedMay 25, 2017
Thank you@nicolas-grekas. |
…LB const (nicolas-grekas)This PR was merged into the 3.3 branch.Discussion----------[HttpFoundation] Add Request::HEADER_X_FORWARDED_AWS_ELB const| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | yes (a missing part of a 3.3 feat.)| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Seesymfony/symfony-docs#7045Commits-------9ba12b0 [HttpFoundation] Add Request::HEADER_X_FORWARDED_AWS_ELB const
Seesymfony/symfony-docs#7045