We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663e817 commit 83b430dCopy full SHA for 83b430d
console.rst
@@ -195,7 +195,7 @@ which returns an instance of
195
{
196
protected function execute(InputInterface $input, OutputInterface $output)
197
198
- // section() method available only in classes implement ConsoleOutputInterface
+ // The section() method is only available in classes that implement ConsoleOutputInterface
199
if ($output instanceof ConsoleOutputInterface) {
200
$section1 = $output->section();
201
$section2 = $output->section();
0 commit comments