Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d227e9

Browse filesBrowse 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
Copy full SHA for 7d227e9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/DependencyInjection/Container.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function setParameter($name, $value)
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.