You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ CHANGELOG
8
8
* Remove `ProxyHelper`, use `Symfony\Component\VarExporter\ProxyHelper` instead
9
9
* Remove `ReferenceSetArgumentTrait`
10
10
* Remove support of `@required` annotation, use the `Symfony\Contracts\Service\Attribute\Required` attribute instead
11
-
*Passing `null` to `ContainerAwareTrait::setContainer()` must be done explicitly
11
+
*Require explicit argument when calling `ContainerAwareTrait::setContainer()`
12
12
* Remove `PhpDumper` options `inline_factories_parameter` and `inline_class_loader_parameter`, use options `inline_factories` and `inline_class_loader` instead
13
13
* Parameter names of `ParameterBag` cannot be numerics
14
14
* Remove `ContainerAwareInterface` and `ContainerAwareTrait`, use dependency injection instead
thrownewInvalidArgumentException(sprintf('Service "%s" misses a "container.service_subscriber" tag with "key"/"id" attributes corresponding to entry "%s" as returned by "%s::getSubscribedServices()".', $this->currentId, $key, $class));
101
97
}
102
-
if ($replaceDeprecatedSession && SessionInterface::class === $type) {
103
-
// This prevents triggering the deprecation when building the container
104
-
// to remove when symfony/dependency-injection will stop being compatible with symfony/framework-bundle<6.0
0 commit comments