8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e8aec commit 2c5f879Copy full SHA for 2c5f879
UPGRADE-3.3.md
@@ -44,6 +44,9 @@ DependencyInjection
44
* The `DefinitionDecorator` class is deprecated and will be removed in 4.0, use
45
the `ChildDefinition` class instead.
46
47
+ * The ``strict`` attribute in service arguments has been deprecated and will be removed in 4.0.
48
+ The attribute is ignored since 3.0, so you can simply remove it.
49
+
50
EventDispatcher
51
---------------
52
UPGRADE-4.0.md
@@ -68,6 +68,9 @@ DependencyInjection
68
* Requesting a private service with the `Container::get()` method is no longer
69
supported.
70
71
+ * The ``strict`` attribute in service arguments has been removed.
72
73
74
75
76
0 commit comments