Skip to content

Commit 83b430d

Browse files
ybenhssaienMatts
andauthored
Update console.rst
Co-authored-by: Mata <Matts@users.noreply.github.com>
1 parent 663e817 commit 83b430d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ which returns an instance of
195195
{
196196
protected function execute(InputInterface $input, OutputInterface $output)
197197
{
198-
// section() method available only in classes implement ConsoleOutputInterface
198+
// The section() method is only available in classes that implement ConsoleOutputInterface
199199
if ($output instanceof ConsoleOutputInterface) {
200200
$section1 = $output->section();
201201
$section2 = $output->section();

0 commit comments

Comments
 (0)