From 3efe535dada12876e08b45f9e28285a204e73e81 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Fri, 11 Dec 2015 18:56:44 +0100 Subject: [PATCH] [2.8][Console] Table: fix some PhpDoc --- src/Symfony/Component/Console/Helper/Table.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Component/Console/Helper/Table.php b/src/Symfony/Component/Console/Helper/Table.php index db41f092fa..243c6a8880 100644 --- a/src/Symfony/Component/Console/Helper/Table.php +++ b/src/Symfony/Component/Console/Helper/Table.php @@ -555,11 +555,9 @@ class Table } /** - * Gets column width. + * Calculates columns widths. * - * @param int $column - * - * @return int + * @param array $rows */ private function calculateColumnsWidth($rows) {