8000 update docblock to match the actual behavior · symfony/symfony@83826da · GitHub
[go: up one dir, main page]

Skip to content

Commit 83826da

Browse files
committed
update docblock to match the actual behavior
1 parent e9c8e19 commit 83826da

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
@@ -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