Skip to content

Commit 125cf85

Browse files
committed
fixed CS
1 parent 28cf4eb commit 125cf85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UPGRADE-3.2.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Console
1111

1212
* Setting unknown style options is deprecated and will throw an exception in
1313
Symfony 4.0.
14+
1415
* The `QuestionHelper::setInputStream()` method is deprecated and will be
1516
removed in Symfony 4.0. Use `StreamableInputInterface::setStream()` or
1617
`CommandTester::setInputs()` instead.

UPGRADE-4.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Console
66

77
* Setting unknown style options is not supported anymore and throws an
88
exception.
9+
910
* The `QuestionHelper::setInputStream()` method is removed. Use
1011
`StreamableInputInterface::setStream()` or `CommandTester::setInputs()`
1112
instead.

0 commit comments

Comments
 (0)