8000 minor #23821 Fixed UPGRADE-4.0 about Container::set (lyrixx) · symfony/symfony@91332a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91332a0

Browse files
minor #23821 Fixed UPGRADE-4.0 about Container::set (lyrixx)
This PR was merged into the 3.3 branch. Discussion ---------- Fixed UPGRADE-4.0 about Container::set | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no (doc fix) | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 0a61279 Fixed UPGRADE-4.0 about Container::set
2 parents 267b016 + 0a61279 commit 91332a0

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)
0