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

[DependencyInjection] Unquote services FQCN in autowiring examples #6529

Merged
merged 1 commit into from May 9, 2016

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented May 3, 2016

In most examples of service declaration, the class value has no quotes, but in this one, they have simple quotes.

@javiereguiluz
Copy link
Member

Unrelated to this PR, but those FQCN looks strange. This is the component doc, so AppBundle shouldn't be there. Besides, the classes are directly under AppBundle but we usually define deeper namespaces.

@chalasr
Copy link
Member Author

chalasr commented May 3, 2016

@javiereguiluz I was a bit confused, I saw this chapter so I was thinking that the AppBundle namespace was missing on the whole components documentation, so thank's!
I'll submit a second one to remove the namespaces from the examples of this file (php + yaml)

@wouterj
Copy link
Member

wouterj commented May 5, 2016

👍 I don't really care much about this. But let's merge this as it's consistent and you put effort into fixing it!

xabbuh added a commit that referenced this pull request May 9, 2016
…vices examples (chalasr)

This PR was merged into the 2.3 branch.

Discussion
----------

[DependencyInjection] Unquote services FQCN in parent-services examples

Same as #6529 on a older chapter, with some incoherences fixed (sometimes double quotes, simple quotes, and, as it should be, no quotes).

Commits
-------

e39278e [DependencyInjection] Unquote services FQCN in parent-services examples
@xabbuh
Copy link
Member

xabbuh commented May 9, 2016

Thank you @chalasr.

@xabbuh xabbuh merged commit 54d84e4 into symfony:2.8 May 9, 2016
xabbuh added a commit that referenced this pull request May 9, 2016
… examples (chalasr)

This PR was merged into the 2.8 branch.

Discussion
----------

[DependencyInjection] Unquote services FQCN in autowiring examples

In most examples of service declaration, the `class` value has no quotes, but in this one, they have simple quotes.

Commits
-------

54d84e4 [DependencyInjection] Unquote services FQCN in autowiring examples
wouterj added a commit that referenced this pull request May 13, 2016
This PR was merged into the 2.8 branch.

Discussion
----------

drop AppBundle examples in components section

fixes #6529 (comment)

Commits
-------

bd4bb34 drop AppBundle examples in components section
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

4 participants