Skip to content

Commit 0a61279

Browse files
committed
Fixed UPGRADE-4.0 about Container::set
1 parent 267b016 commit 0a61279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE-4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ DependencyInjection
116116

117117
* Using unsupported options to configure service aliases raises an exception.
118118

119-
* Setting or unsetting a private service with the `Container::set()` method is
120-
no longer supported. Only public services can be set or unset.
119+
* Setting or unsetting a service with the `Container::set()` method is
120+
no longer supported. Only synthetic services can be set or unset.
121121

122122
* Checking the existence of a private service with the `Container::has()`
123123
method is no longer supported and will return `false`.

0 commit comments

Comments
 (0)