We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703c2a6 commit cadcca9Copy full SHA for cadcca9
components/console/helpers/tablehelper.rst
@@ -14,7 +14,7 @@ When building a console application it may be useful to display tabular data:
14
To display a table, use the :class:`Symfony\\Component\\Console\\Helper\\TableHelper`,
15
set headers, rows and render::
16
17
- $table = $app->getHelperSet()->get('table');
+ $table = $this->getHelperSet()->get('table');
18
$table
19
->setHeaders(array('ISBN', 'Title', 'Author'))
20
->setRows(array(
0 commit comments