-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can we ignore fabbot report here? Alignment is desired to me... |
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.
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. |
ok, fabbot green |
Just renamed the const to be even more explicit: |
👍 This will help the docs - it's already complex enough :) |
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 | - See symfony/symfony-docs#7045 Commits ------- 9ba12b0 [HttpFoundation] Add Request::HEADER_X_FORWARDED_AWS_ELB const
See symfony/symfony-docs#7045