8000 minor #30495 [DependencyInjection] update docblock to match the actua… · symfony/symfony@7d227e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d227e9

Browse files
committed
minor #30495 [DependencyInjection] update docblock to match the actual behavior (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [DependencyInjection] update docblock to match the actual behavior | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30270 | License | MIT | Doc PR | Commits ------- 83826da update docblock to match the actual behavior
2 parents e9c8e19 + 83826da commit 7d227e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
159159
/**
160160
* Sets a service.
161161
*
162-
* Setting a service to null resets the service: has() returns false and get()
162+
* Setting a synthetic service to null resets it: has() returns false and get()
163163
* behaves in the same way as if the service was never created.
164164
*
165165
* @param string $id The service identifier

0 commit comments

Comments
 (0)
0