Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DI] Add trim env processor#29781
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
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
ContributorAuthor
ogizanagi commentedJan 4, 2019
(fabbot failure fixed inb309344) |
Member
xabbuh commentedJan 4, 2019
Should we add it to the changelog? |
ContributorAuthor
ogizanagi commentedJan 5, 2019
Changelog entry added, thanks |
Closed
fabpot approved these changesJan 5, 2019
xabbuh approved these changesJan 5, 2019
xabbuh approved these changesJan 5, 2019
chalasr approved these changesJan 5, 2019
fabpot approved these changesJan 6, 2019
Member
fabpot commentedJan 6, 2019
Thank you@ogizanagi. |
fabpot added a commit that referenced this pull requestJan 6, 2019
This PR was merged into the 4.3-dev branch.Discussion----------[DI] Add trim env processor| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes <!-- don't forget to update src/**/CHANGELOG.md files -->| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets |#26708 <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | TodoWhich is especially useful in combination with the `file` env processor.Commits-------e226492 [DI] Add trim env processor
javiereguiluz added a commit to symfony/symfony-docs that referenced this pull requestJan 7, 2019
This PR was merged into the master branch.Discussion----------[DI] Document the `trim` env var processorRef:symfony/symfony#29781Commits-------d36f631 [DI] Document the `trim` env var processor
Merged
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
Which is especially useful in combination with the
fileenv processor.