We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cf4eb commit 125cf85Copy full SHA for 125cf85
UPGRADE-3.2.md
@@ -11,6 +11,7 @@ Console
11
12
* Setting unknown style options is deprecated and will throw an exception in
13
Symfony 4.0.
14
+
15
* The `QuestionHelper::setInputStream()` method is deprecated and will be
16
removed in Symfony 4.0. Use `StreamableInputInterface::setStream()` or
17
`CommandTester::setInputs()` instead.
UPGRADE-4.0.md
@@ -6,6 +6,7 @@ Console
6
7
* Setting unknown style options is not supported anymore and throws an
8
exception.
9
10
* The `QuestionHelper::setInputStream()` method is removed. Use
`StreamableInputInterface::setStream()` or `CommandTester::setInputs()`
instead.
0 commit comments