@@ -70,9 +70,9 @@ CHANGELOG
7070 * ` OutputFormatter ` throws an exception when unknown options are used
7171 * removed ` QuestionHelper::setInputStream()/getInputStream() `
7272 * removed ` Application::getTerminalWidth()/getTerminalHeight() ` and
73- ` Application::setTerminalDimensions()/getTerminalDimensions() `
74- * removed ` ConsoleExceptionEvent `
75- * removed ` ConsoleEvents::EXCEPTION `
73+ ` Application::setTerminalDimensions()/getTerminalDimensions() `
74+ * removed ` ConsoleExceptionEvent `
75+ * removed ` ConsoleEvents::EXCEPTION `
7676
77773.4.0
7878-----
@@ -89,23 +89,23 @@ CHANGELOG
89893.3.0
9090-----
9191
92- * added ` ExceptionListener `
93- * added ` AddConsoleCommandPass ` (originally in FrameworkBundle)
94- * [ BC BREAK] ` Input::getOption() ` no longer returns the default value for options
95- with value optional explicitly passed empty
96- * added console.error event to catch exceptions thrown by other listeners
97- * deprecated console.exception event in favor of console.error
98- * added ability to handle ` CommandNotFoundException ` through the
99- ` console.error ` event
100- * deprecated default validation in ` SymfonyQuestionHelper::ask `
92+ * added ` ExceptionListener `
93+ * added ` AddConsoleCommandPass ` (originally in FrameworkBundle)
94+ * [ BC BREAK] ` Input::getOption() ` no longer returns the default value for options
95+ with value optional explicitly passed empty
96+ * added console.error event to catch exceptions thrown by other listeners
97+ * deprecated console.exception event in favor of console.error
98+ * added ability to handle ` CommandNotFoundException ` through the
99+ ` console.error ` event
100+ * deprecated default validation in ` SymfonyQuestionHelper::ask `
101101
1021023.2.0
103103------
104104
105- * added ` setInputs() ` method to CommandTester for ease testing of commands expecting inputs
106- * added ` setStream() ` and ` getStream() ` methods to Input (implement StreamableInputInterface)
107- * added StreamableInputInterface
108- * added LockableTrait
105+ * added ` setInputs() ` method to CommandTester for ease testing of commands expecting inputs
106+ * added ` setStream() ` and ` getStream() ` methods to Input (implement StreamableInputInterface)
107+ * added StreamableInputInterface
108+ * added LockableTrait
109109
1101103.1.0
111111-----
0 commit comments