From cadcca93ff08bd4e339550c818ac1d1b33b730c1 Mon Sep 17 00:00:00 2001 From: Peter Rehm Date: Mon, 7 Apr 2014 23:10:07 +0200 Subject: [PATCH] Fixed variable naming --- components/console/helpers/tablehelper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/tablehelper.rst b/components/console/helpers/tablehelper.rst index 801063c9757..2445c02da7f 100644 --- a/components/console/helpers/tablehelper.rst +++ b/components/console/helpers/tablehelper.rst @@ -14,7 +14,7 @@ When building a console application it may be useful to display tabular data: To display a table, use the :class:`Symfony\\Component\\Console\\Helper\\TableHelper`, set headers, rows and render:: - $table = $app->getHelperSet()->get('table'); + $table = $this->getHelperSet()->get('table'); $table ->setHeaders(array('ISBN', 'Title', 'Author')) ->setRows(array(