10000 [DI] Remove irrelevant comment from container by ro0NL · Pull Request #23452 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[DI] Remove irrelevant comment from container #23452

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

Merged
merged 1 commit into from
Jul 17, 2017
Merged

[DI] Remove irrelevant comment from container #23452

merged 1 commit into from
Jul 17, 2017

Conversation

ro0NL
Copy link
Contributor
@ro0NL ro0NL commented Jul 8, 2017
Q A
Branch? 2.7
Bug fix? yes-ish
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #...
License MIT
Doc PR symfony/symfony-docs#...

Spotted in #22811

$sc->set('foo', $foo = new \stdClass());
$this->assertSame($foo, $sc->get('foo'), '->set() sets a service');
$sc->set('._. \\o/', $foo = new \stdClass());
$this->assertSame($foo, $sc->get('._. \\o/'), '->set() sets a service');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More or less changed to prove my point. Perhaps should be left out if merged =/

@nicolas-grekas nicolas-grekas added this to the 2.7 milestone Jul 10, 2017
@fabpot
Copy link
Member
fabpot commented Jul 17, 2017

Thank you @ro0NL.

@fabpot fabpot merged commit 595a225 into symfony:2.7 Jul 17, 2017
fabpot added a commit that referenced this pull request Jul 17, 2017
This PR was merged into the 2.7 branch.

Discussion
----------

[DI] Remove irrelevant comment from container

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes-ish
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!--highly recommended for new features-->

Spotted in #22811

Commits
-------

595a225 [DI] Remove irrelevant comment from container
@ro0NL ro0NL deleted the di/service-id-doc branch July 17, 2017 10:37
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.

4 participants
0