Skip to content
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

Wrap all strings containing @ in quotes in Yaml #5911

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Nov 28, 2015

Q A
Doc fix? yes
New docs? no
Applies to all
Fixed tickets #5910

These where all strings I found with some simple grepping, I think we're pretty safe after merging this.

@xabbuh
Copy link
Member

xabbuh commented Nov 28, 2015

I don't really care about this, but if we merge it, we should single quotes for quoting (and I think we should do that everywhere else too as it is much easier to use because you do not have to care about escape sequences).

@weaverryan weaverryan merged commit 40243a1 into symfony:2.3 Nov 30, 2015
weaverryan added a commit that referenced this pull request Nov 30, 2015
This PR was merged into the 2.3 branch.

Discussion
----------

Wrap all strings containing @ in quotes in Yaml

| Q | A
| --- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | #5910

These where all strings I found with some simple grepping, I think we're pretty safe after merging this.

Commits
-------

40243a1 Wrap all strings containing @ in quotes in Yaml
@weaverryan
Copy link
Member

Thanks! @xabbuh I agree with you - that's also why we use single quotes in PHP. Can you make a PR or at least open an issue to update double quotes to singles?

@wouterj wouterj deleted the wrap_at branch November 30, 2015 08:29
@xabbuh
Copy link
Member

xabbuh commented Nov 30, 2015

@weaverryan I opened #5935 to keep track of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants