Fixed UPGRADE-4.0 about Container::set

This commit is contained in:
Grégoire Pineau 2017-08-07 18:03:37 +02:00
parent 267b016415
commit 0a612799d7
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ DependencyInjection
* Using unsupported options to configure service aliases raises an exception.
* Setting or unsetting a private service with the `Container::set()` method is
no longer supported. Only public services can be set or unset.
* Setting or unsetting a service with the `Container::set()` method is
no longer supported. Only synthetic services can be set or unset.
* Checking the existence of a private service with the `Container::has()`
method is no longer supported and will return `false`.