This commit is contained in:
Fabien Potencier 2017-03-05 08:45:00 -08:00
parent 28cf4ebdf2
commit 125cf853c7
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Console
* Setting unknown style options is deprecated and will throw an exception in
Symfony 4.0.
* The `QuestionHelper::setInputStream()` method is deprecated and will be
removed in Symfony 4.0. Use `StreamableInputInterface::setStream()` or
`CommandTester::setInputs()` instead.

View File

@ -6,6 +6,7 @@ Console
* Setting unknown style options is not supported anymore and throws an
exception.
* The `QuestionHelper::setInputStream()` method is removed. Use
`StreamableInputInterface::setStream()` or `CommandTester::setInputs()`
instead.