File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ DependencyInjection
44
44
* The ` DefinitionDecorator ` class is deprecated and will be removed in 4.0, use
45
45
the ` ChildDefinition ` class instead.
46
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
+
47
50
EventDispatcher
48
51
---------------
49
52
Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ DependencyInjection
68
68
* Requesting a private service with the ` Container::get() ` method is no longer
69
69
supported.
70
70
71
+ * The `` strict `` attribute in service arguments has been removed.
72
+ The attribute is ignored since 3.0, so you can simply remove it.
73
+
71
74
EventDispatcher
72
75
---------------
73
76
You can’t perform that action at this time.
0 commit comments