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.
2 parents 7f1f232 + a502148 commit 8148725Copy full SHA for 8148725
UPGRADE-3.2.md
@@ -10,6 +10,12 @@ FrameworkBundle
10
* The `Controller::getUser()` method has been deprecated and will be removed in
11
Symfony 4.0; typehint the security user object in the action instead.
12
13
+Console
14
+-------
15
+
16
+ * Setting unknown style options is deprecated and will throw an exception in
17
+ Symfony 4.0.
18
19
DependencyInjection
20
-------------------
21
UPGRADE-4.0.md
@@ -1,6 +1,12 @@
1
UPGRADE FROM 3.x to 4.0
2
=======================
3
4
5
6
7
+ * Setting unknown style options is not supported anymore and throws an
8
+ exception.
9
Debug
-----
0 commit comments