From 125cf853c730663efd0dcdbe8c888cd6c5c4331e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 5 Mar 2017 08:45:00 -0800 Subject: [PATCH] fixed CS --- UPGRADE-3.2.md | 1 + UPGRADE-4.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/UPGRADE-3.2.md b/UPGRADE-3.2.md index 17ae97d1ce..e151275472 100644 --- a/UPGRADE-3.2.md +++ b/UPGRADE-3.2.md @@ -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. diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index d8bc05d4c9..72274830a2 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -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.