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 952786a commit 4d973c2Copy full SHA for 4d973c2
UPGRADE-3.4.md
@@ -56,6 +56,15 @@ DependencyInjection
56
autowire: true
57
```
58
59
+ * Autowiring services based on the types they implement is deprecated and will not be supported anymore in Symfony 4.0
60
+ where it will only match an alias or a service id that matches then given FQCN. You can opt in the behavior of Symfony
61
+ 4 by the enabling the `container.autowiring.strict_mode` parameter:
62
+
63
+ ```yml
64
+ parameters:
65
+ container.autowiring.strict_mode: true
66
+ ```
67
68
* Top-level anonymous services in XML are deprecated and will throw an exception in Symfony 4.0.
69
70
* Case insensitivity of parameter names is deprecated and will be removed in 4.0.
0 commit comments